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

8
jest.config.js Normal file
View File

@@ -0,0 +1,8 @@
// This the Redwood root jest config
// Each side, e.g. ./web/ and ./api/ has specific config that references this root
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
module.exports = {
rootDir: '.',
projects: ['<rootDir>/{*,!(node_modules)/**/}/jest.config.js'],
}