Minor clean up for test suite

@roramirez thanks for starting adding tests. I figured that we might as well grunt them and follow same rules for linting as we do for rest of JS code in the repo.

I've made following minor modifications:
- added tests to the grunt target
- fixed indentation in package.json
- made tests a bit more descriptive
- fixed eslint errors surfaced by grunt
This commit is contained in:
Sergey Morozov
2017-01-23 09:46:50 -08:00
parent 9758f3c9d2
commit 690567659c
3 changed files with 13 additions and 14 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"start": "electron js/electron.js",
"postinstall": "sh installers/postinstall/postinstall.sh",
"test": "./node_modules/mocha/bin/mocha tests --recursive"
"test": "./node_modules/mocha/bin/mocha tests --recursive"
},
"repository": {
"type": "git",