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