Skip to content

Commit

Permalink
add jest config file
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Nov 11, 2018
1 parent 0eba7b4 commit e1c5bd4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
dist/
coverage/

# local env files
.env.local
Expand Down
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 = {
verbose: true,
roots: [
'<rootDir>/packages/',
],
}

0 comments on commit e1c5bd4

Please sign in to comment.