Run jest with grunt, add to travis

This is to make sure we don't end up with differences in our different
testing methods. We may switch out the failure allowances later (maybe
just jest will be good enough and we can let phantom fail for a little
bit).
This commit is contained in:
Paul O’Shannessy
2015-01-27 18:04:58 -08:00
parent dbdeb078ce
commit 49eb84efdd
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -41,6 +41,7 @@ after_script:
env:
matrix:
- TEST_TYPE=test
- TEST_TYPE=jest
- TEST_TYPE=lint
- TEST_TYPE=test:webdriver:saucelabs:modern
global:
+2 -1
View File
@@ -48,6 +48,7 @@
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jest": "^0.1.2",
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"jest-cli": "^0.2.1",
@@ -58,8 +59,8 @@
"populist": "~0.1.6",
"recast": "^0.9.11",
"sauce-tunnel": "~1.1.0",
"ts-compiler": "^2.0.0",
"tmp": "~0.0.18",
"ts-compiler": "^2.0.0",
"uglify-js": "~2.4.0",
"uglifyify": "^2.4.0",
"wd": "~0.2.6"