Skip to content
Snippets Groups Projects
Commit 1e9c5be3 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #7703 from rnveach/jstest

Fixing issues found with running 'autotest-js' locally
parents ef2c176e e3745549
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,11 @@ nbproject
# Node Modules
/build/node_modules/
# nodejs
/build/lib/
/npm-debug.log
# Tests - auto-generated files
/data-autotest
/tests/coverage*
......
......@@ -14,7 +14,9 @@
"karma": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-coverage": "*"
"karma-coverage": "*",
"karma-phantomjs-launcher": "*",
"phantomjs": "*"
},
"engine": "node >= 0.8"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment