Add sauce test script to package.json and command to circle.yml. (#582)

This commit is contained in:
John-David Dalton
2016-09-26 16:06:47 -07:00
parent a5fd940cd9
commit 66ca2c02d8
2 changed files with 3 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ test:
override:
- npm run lint -s
- npm run test -s
- npm run test:sauce

View File

@@ -24,7 +24,8 @@
"scripts": {
"lint": "jshint js/impress.js *.js test/bootstrap.js && jscs js/impress.js *.js test/bootstrap.js --preset=jquery",
"test": "karma start --single-run",
"test:dev": "karma start"
"test:dev": "karma start",
"test:sauce": "karma start karma.conf-sauce.js"
},
"devDependencies": {
"chrome": "0.1.0",