Skip to content

Commit 6e5f1e4

Browse files
committed
test(pkgs): add chrome & firefox, remove phantomjs
1 parent 61a3a1b commit 6e5f1e4

File tree

2 files changed

+37
-306
lines changed

2 files changed

+37
-306
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"jquery-ui": "1.10.4",
3131
"karma": "^1.3.0",
3232
"karma-chai": "^0.1.0",
33+
"karma-chrome-launcher": "^2.2.0",
34+
"karma-firefox-launcher": "^1.0.1",
3335
"karma-fixture": "^0.2.6",
3436
"karma-handlebars-preprocessor": "^0.3.0",
3537
"karma-html2js-preprocessor": "^1.0.0",
3638
"karma-jquery": "^0.1.0",
3739
"karma-json-fixtures-preprocessor": "0.0.6",
3840
"karma-mocha": "^0.1.10",
39-
"karma-phantomjs-launcher": "^1.0.2",
4041
"karma-sinon": "^1.0.5",
4142
"karma-spec-reporter": "0.0.26",
4243
"karma-verbose-reporter": "0.0.3",
4344
"mocha": "^3.2.0",
44-
"sinon": "^1.17.7",
45-
"phantom": "^2.1.7"
45+
"sinon": "^1.17.7"
4646
}
4747
}

0 commit comments

Comments
 (0)