Merge pull request #502 from jakemcdermott/update_test_config

test config cleanup and tooling updates
This commit is contained in:
Jake McDermott
2017-10-25 15:39:55 -04:00
committed by GitHub
17 changed files with 158 additions and 84 deletions

View File

@@ -24,7 +24,7 @@
"test": "karma start test/spec/karma.spec.js",
"jshint": "grunt jshint:source --no-color",
"test:ci": "npm run test -- --single-run --reporter junit,dots --browsers=PhantomJS",
"e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js",
"e2e": "./test/e2e/runner.js --config ./test/e2e/nightwatch.conf.js --suiteRetries=2",
"unit": "karma start test/unit/karma.unit.js",
"lint": "eslint .",
"dev": "webpack --config build/webpack.development.js --progress",