Skip to content
This repository was archived by the owner on Jun 7, 2021. It is now read-only.

Commit 9c47d4d

Browse files
committed
Removed PhantomJS (closes #88)
1 parent 8454ad1 commit 9c47d4d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

config/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ module.exports = (config) => {
2121
// list of files to exclude
2222
exclude: [],
2323

24+
// client configuration
2425
client: {
2526
// can be used to pass arguments to tests (see spec-bundle.ts)
2627
args: [{
@@ -99,7 +100,6 @@ module.exports = (config) => {
99100
// start these browsers
100101
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
101102
browsers: [
102-
"PhantomJS",
103103
"Chrome",
104104
"Firefox",
105105
//"IE",

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,10 @@
9292
"tslint-loader": "^2.1.3",
9393
"istanbul-instrumenter-loader": "^0.2.0",
9494
"jasmine-core": "^2.4.1",
95-
"phantomjs-prebuilt": "^2.1.7",
96-
"phantomjs-polyfill": "^0.0.2",
9795
"karma": "^0.13.22",
9896
"karma-chrome-launcher": "^0.2.3",
9997
"karma-coverage": "^0.5.5",
10098
"karma-jasmine": "^0.3.8",
101-
"karma-phantomjs-launcher": "^1.0.0",
10299
"karma-sourcemap-loader": "^0.3.7",
103100
"karma-webpack": "^1.7.0",
104101
"parse5": "^1.3.2",

0 commit comments

Comments
 (0)