Skip to content

Commit

Permalink
Merge pull request #24 from bbc/adds-enzyme
Browse files Browse the repository at this point in the history
Adds Enzyme for testing
  • Loading branch information
allishultes authored Sep 6, 2019
2 parents 5a342f4 + 94c43bd commit cc567c1
Show file tree
Hide file tree
Showing 8 changed files with 2,676 additions and 124 deletions.
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [ '@babel/preset-env', '@babel/preset-react' ],
};
Loading

0 comments on commit cc567c1

Please sign in to comment.