added front end tests

This commit is contained in:
Abhinav Adduri
2017-07-12 09:00:02 -07:00
parent dad6132342
commit af0c497aab
7 changed files with 13708 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
"lint:js": "eslint .",
"start": "node server/server",
"test": "mocha test/unit && mocha test/server",
"test-browser": "watchify test/frontend/filetest.bundle.js -o test/frontend/bundle.js -d",
"version": "node scripts/version"
}
}