Files
cadhub/app/api/jest.config.js
2021-05-01 07:32:21 +10:00

7 lines
166 B
JavaScript

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