v0.34.0 with code mods

This commit is contained in:
David Price
2021-06-17 18:46:00 -07:00
parent 735db83cdd
commit c86e479ffe
7 changed files with 349 additions and 408 deletions

View File

@@ -1,6 +1 @@
const { getConfig } = require('@redwoodjs/core')
const config = getConfig({ type: 'jest', target: 'browser' })
config.displayName.name = 'web'
module.exports = config
module.exports = require('@redwoodjs/testing/config/jest/web')