Initial commit
This commit is contained in:
8
web/jest.config.js
Normal file
8
web/jest.config.js
Normal file
@ -0,0 +1,8 @@
|
||||
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
|
||||
|
||||
const config = {
|
||||
rootDir: '../',
|
||||
preset: '@redwoodjs/testing/config/jest/web',
|
||||
}
|
||||
|
||||
module.exports = config
|
Reference in New Issue
Block a user