Skip to content

Commit

Permalink
Merge pull request #85 from CSCfi/develop
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
blankdots authored Oct 20, 2020
2 parents 3e02e76 + 9f7bf41 commit 8df9f68
Show file tree
Hide file tree
Showing 31 changed files with 973 additions and 257 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"printWidth": 120,
"semi": false,
"arrowParens": "avoid"
"arrowParens": "avoid",
"endOfLine": "auto"
}
6 changes: 6 additions & 0 deletions enzyme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import Enzyme, { configure, shallow, mount, render } from "enzyme"
import Adapter from "enzyme-adapter-react-16"

configure({ adapter: new Adapter() })
export { shallow, mount, render }
export default Enzyme
Loading

0 comments on commit 8df9f68

Please sign in to comment.