Skip to content

Commit

Permalink
replace polyfill for unit test over v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelFernando committed Dec 5, 2017
1 parent 7c07a41 commit d20f89c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion karma.conf.pubnub-v4.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'test/polyfills/bind.js',
'node_modules/babel-polyfill/dist/polyfill.js',
'bower_components/angular/angular.js',
'bower_components/angular-mocks/angular-mocks.js',
'bower_components/pubnub-v4/dist/web/pubnub.js',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"devDependencies": {
"babel-loader": "^6.2.7",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"eslint": "^3.9.1",
Expand Down Expand Up @@ -52,4 +53,4 @@
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
}
}
}

0 comments on commit d20f89c

Please sign in to comment.