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/api')
// More info at https://redwoodjs.com/docs/project-configuration-dev-test-build
const config = {
rootDir: '../',
preset: '@redwoodjs/testing/config/jest/api',
}
module.exports = config

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@redwoodjs/api": "^0.41.0",
"@redwoodjs/graphql-server": "^0.41.0"
"@redwoodjs/api": "^0.44.1",
"@redwoodjs/graphql-server": "^0.44.1"
}
}
}