Upgrade redwood 34.1

This commit is contained in:
Kurt Hutten
2021-06-19 11:09:13 +10:00
parent 13f769af5e
commit 3e0f17ee3c
8 changed files with 386 additions and 407 deletions

View File

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