add node_modules

This commit is contained in:
fxy060608
2018-11-18 16:29:14 +08:00
parent 39855795ec
commit 44216319cb
200 changed files with 25415 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"launchers": {
"node": {
"command": "node ./test"
}
},
"src_files": [
"./**/*.js"
],
"before_tests": "npm run build",
"on_exit": "rm test/static/bundle.js",
"test_page": "test/static/index.html",
"launch_in_dev": ["node", "phantomjs"]
}