mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore: use Karma v0.11
Karma v0.11 starts test execution immediately after a browser gets captured (instead of waiting for all browsers). It also kills each browser immediately after it's done. This will use our resources (SauceLabs browsers) more efficiently.
This commit is contained in:
parent
c7b0d8494d
commit
a30a3cf31c
1 changed files with 2 additions and 2 deletions
|
|
@ -19,12 +19,12 @@
|
|||
"q-fs": "~0.1.36",
|
||||
"qq": "~0.3.5",
|
||||
"shelljs": "~0.1.4",
|
||||
"karma": "~0.10.0",
|
||||
"karma": "~0.11",
|
||||
"karma-jasmine": "~0.1.0",
|
||||
"karma-chrome-launcher": "~0.1.0",
|
||||
"karma-firefox-launcher": "~0.1.0",
|
||||
"karma-ng-scenario": "~0.1.0",
|
||||
"karma-junit-reporter": "~0.1.0",
|
||||
"karma-junit-reporter": "karma-runner/karma-junit-reporter#karma-0.11",
|
||||
"karma-sauce-launcher": "~0.1.0",
|
||||
"karma-script-launcher": "~0.1.0",
|
||||
"yaml-js": "~0.0.8",
|
||||
|
|
|
|||
Loading…
Reference in a new issue