Skip to content

Commit

Permalink
fix phantomjs bind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
moribvndvs committed Mar 3, 2016
1 parent b62a425 commit 6364815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -14,6 +14,7 @@ module.exports = function(config) {

// list of files / patterns to load in the browser
files: [
'./node_modules/phantomjs-polyfill/bind-polyfill.js',
'+(bower_components|node_modules)/jquery/?(dist)/jquery.js',
'+(bower_components|node_modules)/angular/angular.js',
'+(bower_components|node_modules)/angular-mocks/angular-mocks.js',
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -50,6 +50,7 @@
"karma-script-launcher": "~0.1.0",
"matchdep": "~0.3.0",
"phantomjs": "^1.9.17",
"phantomjs-polyfill": "0.0.2",
"requirejs": "~2.1.10"
}
}

0 comments on commit 6364815

Please sign in to comment.