Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 5d540af

Browse files
committed
chore: stop using PhantomJS for tests
1 parent ec103c9 commit 5d540af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module.exports = function(config) {
7171
// - Safari (only Mac; has to be installed with `npm install karma-safari-launcher`)
7272
// - PhantomJS
7373
// - IE (only Windows; has to be installed with `npm install karma-ie-launcher`)
74-
browsers: ['Chrome', 'Firefox', 'PhantomJS'],
74+
browsers: ['Chrome', 'Firefox'/*, 'PhantomJS'*/],
7575

7676

7777
// If browser does not capture in given timeout [ms], kill it

0 commit comments

Comments
 (0)