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

7 lines
169 B
JavaScript

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