We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb60a86 commit ce7b965Copy full SHA for ce7b965
karma.conf.js
@@ -6,8 +6,10 @@ module.exports = function(karma) {
6
7
files: [
8
'src/**/*.js',
9
- 'test/**/*.js'
+ 'test/**/*.js',
10
+ './node_modules/phantomjs-polyfill/bind-polyfill.js'
11
],
12
+
13
preprocessors: {
14
'src/**/*.js' : ['browserify'],
15
'test/**/*.js': ['browserify']
package.json
@@ -22,6 +22,7 @@
22
"karma-mocha": "^0.2.0",
23
"karma-phantomjs-launcher": "^0.2.1",
24
"mocha": "^2.3.2",
25
+ "phantomjs-polyfill": "0.0.1",
26
"uglify": "^0.1.5"
27
},
28
"scripts": {
0 commit comments