mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-05 08:37:43 -04:00
add threshold reporter and fix travis
This commit is contained in:
+3
-1
@@ -7,7 +7,7 @@
|
||||
"example": "example"
|
||||
},
|
||||
"scripts": {
|
||||
"test-travis": "./node_modules/karma/bin/karma start ./test/karma.conf.js --single-run",
|
||||
"test-travis": "./node_modules/karma/bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI",
|
||||
"test": "./node_modules/karma/bin/karma start ./test/karma.conf.js --no-single-run",
|
||||
"build": "gulp"
|
||||
},
|
||||
@@ -33,6 +33,7 @@
|
||||
"eslint-config-pebble": "^1.2.0",
|
||||
"eslint-plugin-standard": "^1.3.1",
|
||||
"gulp-autoprefixer": "^3.1.0",
|
||||
"gulp-htmlmin": "^1.3.0",
|
||||
"gulp-sass": "^2.1.1",
|
||||
"gulp-sourcemaps": "^1.6.0",
|
||||
"karma": "^0.13.19",
|
||||
@@ -42,6 +43,7 @@
|
||||
"karma-mocha": "^0.2.1",
|
||||
"karma-mocha-reporter": "^1.1.5",
|
||||
"karma-source-map-support": "^1.1.0",
|
||||
"karma-threshold-reporter": "^0.1.15",
|
||||
"mocha": "^2.3.4",
|
||||
"watchify": "^3.7.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user