Skip to content

Commit

Permalink
feat: add test for hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-san committed May 6, 2019
1 parent cc51c5a commit 4986c9b
Show file tree
Hide file tree
Showing 19 changed files with 3,828 additions and 6,271 deletions.
30 changes: 0 additions & 30 deletions .babelrc

This file was deleted.

7 changes: 0 additions & 7 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules/
dist/
lib/
4 changes: 0 additions & 4 deletions enzyme.config.js

This file was deleted.

6 changes: 6 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
snapshotSerializers: ['enzyme-to-json/serializer'],
setupFilesAfterEnv: ['<rootDir>/src/setupEnzyme.ts']
};
Loading

0 comments on commit 4986c9b

Please sign in to comment.