X-Git-Url: https://git.openstreetmap.org/nominatim-ui.git/blobdiff_plain/f8150d0d56faa69f436b24c18eef5ec923617e03..23d68e84c00ba741a29e4e088ef12aa7b23e045c:/package.json diff --git a/package.json b/package.json index b4cbe45..57df23c 100644 --- a/package.json +++ b/package.json @@ -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",