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: 'node' })
config.displayName.name = 'api'
module.exports = config
module.exports = require('@redwoodjs/testing/config/jest/api')

View File

@@ -3,7 +3,6 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.33.0",
"@redwoodjs/api-server": "^0.33.0"
"@redwoodjs/api": "^0.34.0"
}
}