add jest config file
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
.DS_Store
|
||||
node_modules
|
||||
dist/
|
||||
coverage/
|
||||
|
||||
# local env files
|
||||
.env.local
|
||||
|
||||
6
jest.config.js
Normal file
6
jest.config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
module.exports = {
|
||||
verbose: true,
|
||||
roots: [
|
||||
'<rootDir>/packages/',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user