blob: 41ab90e6af280fdcb13e06b1903a63301dd81632 [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "launchers": {
3 "node": {
4 "command": "node ./test"
5 }
6 },
7 "src_files": [
8 "./**/*.js"
9 ],
10 "before_tests": "npm run build-test",
11 "on_exit": "rm test/static/bundle.js",
12 "test_page": "test/static/index.html",
13 "launch_in_dev": ["node", "phantomjs"]
14}