Skip to content

Commit

Permalink
Air BNB browser shims for Enzyme testing
Browse files Browse the repository at this point in the history
  • Loading branch information
malonecj committed Aug 29, 2018
1 parent 2f10f15 commit c07b1b6
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/karma.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = function (config) {
return BROWSERS.split(',');
}
if(RELEASE){
browsers = ['Chrome','Firefox','IE']
browsers = ['Chrome','Firefox']
}else if(DEBUG){
browsers = ['ChromeDebugging'];
}
Expand Down
211 changes: 211 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"shallowequal": "^1.1.0"
},
"devDependencies": {
"airbnb-browser-shims": "^3.0.0",
"avcoveralls": "^1.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^4.1.6",
Expand Down

0 comments on commit c07b1b6

Please sign in to comment.