mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 07:05:06 +00:00
11 lines
232 B
JavaScript
11 lines
232 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
const baseConfig = require('../../../jest.base-config')
|
||
|
|
||
|
module.exports = {
|
||
|
displayName: 'database',
|
||
|
...baseConfig,
|
||
|
rootDir: '../../..',
|
||
|
testMatch: [`<rootDir>/packages/core/database${baseConfig.testMatch}`]
|
||
|
}
|