]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
reverse page: dont switch empty coordinates (#130)
[nominatim-ui.git] / package.json
index b4cbe45154ffac00aa9750e369a6b710a27113af..57df23ca16ad7deaa3ad782bd1c450cca08834d5 100644 (file)
@@ -6,12 +6,17 @@
   "scripts": {
     "build": "rollup -c",
     "dev": "rollup -c -w",
-    "lint": "eslint --quiet .*.js src/",
+    "lint": "eslint --quiet .*.js src/ test/",
+    "test": "mocha --recursive test/",
     "start": "static-server dist"
   },
   "devDependencies": {
     "@rollup/plugin-commonjs": "^18.0.0",
     "@rollup/plugin-node-resolve": "^11.0.0",
+    "eslint-plugin-mocha": "^8.1.0",
+    "fs-extra": "^9.1.0",
+    "mocha": "^8.3.2",
+    "puppeteer": "^8.0.0",
     "rollup": "^2.3.4",
     "rollup-plugin-css-only": "^3.1.0",
     "rollup-plugin-livereload": "^2.0.0",