Add sauce test script to package.json and command to circle.yml. (#582)
This commit is contained in:
@@ -10,3 +10,4 @@ test:
|
|||||||
override:
|
override:
|
||||||
- npm run lint -s
|
- npm run lint -s
|
||||||
- npm run test -s
|
- npm run test -s
|
||||||
|
- npm run test:sauce
|
||||||
|
|||||||
@@ -24,7 +24,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "jshint js/impress.js *.js test/bootstrap.js && jscs js/impress.js *.js test/bootstrap.js --preset=jquery",
|
"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": "karma start --single-run",
|
||||||
"test:dev": "karma start"
|
"test:dev": "karma start",
|
||||||
|
"test:sauce": "karma start karma.conf-sauce.js"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"chrome": "0.1.0",
|
"chrome": "0.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user