Updates to Redwood 0.44.1

This commit is contained in:
Rob Cameron
2022-02-07 11:29:48 -08:00
parent baca28a5fa
commit 42c6916ea5
7 changed files with 2449 additions and 1712 deletions

View File

@@ -1 +1,8 @@
module.exports = require('@redwoodjs/testing/config/jest/web')
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
const config = {
rootDir: '../',
preset: '@redwoodjs/testing/config/jest/web',
}
module.exports = config