mirror of
https://github.com/strapi/strapi.git
synced 2025-10-17 11:08:14 +00:00
9 lines
228 B
JavaScript
9 lines
228 B
JavaScript
const baseConfig = require('../../../jest.base-config')
|
|
|
|
module.exports = {
|
|
displayName: 'helper-plugin',
|
|
...baseConfig,
|
|
rootDir: '../../..',
|
|
testMatch: [`<rootDir>/packages/core/helper-plugin${baseConfig.testMatch}`]
|
|
}
|