Merge pull request #7703 from rnveach/jstest

Fixing issues found with running 'autotest-js' locally
This commit is contained in:
Thomas Müller 2014-03-28 11:41:21 +01:00
commit 1e9c5be33d
2 changed files with 8 additions and 1 deletions

5
.gitignore vendored
View File

@ -86,6 +86,11 @@ nbproject
# Node Modules
/build/node_modules/
# nodejs
/build/lib/
/npm-debug.log
# Tests - auto-generated files
/data-autotest
/tests/coverage*

View File

@ -14,7 +14,9 @@
"karma": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-coverage": "*"
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*"
},
"engine": "node >= 0.8"
}