Skip to content

Commit f8f8c13

Browse files
authored
Array.includes polyfill for Phantom
1 parent 9b444e8 commit f8f8c13

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/unit/karma.conf.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ module.exports = function (config) {
5151
browsers: ['PhantomJS'],
5252
frameworks: ['mocha', 'sinon-chai'],
5353
reporters: ['spec', 'coverage'],
54-
files: ['./index.js'],
54+
files: [
55+
'../../node_modulOes/phantomjs-polyfill-includes/includes-polyfill.js',
56+
'./index.js'
57+
],
5558
preprocessors: {
5659
'./index.js': ['webpack', 'sourcemap']
5760
},

0 commit comments

Comments
 (0)