mirror of
https://github.com/strapi/strapi.git
synced 2025-07-23 17:10:08 +00:00
11 lines
269 B
JavaScript
11 lines
269 B
JavaScript
![]() |
'use strict'
|
||
|
|
||
|
const baseConfigFront = require('../../../jest.base-config.front')
|
||
|
|
||
|
module.exports = {
|
||
|
displayName: 'plugins-graphql-front',
|
||
|
rootDir: '../../..',
|
||
|
...baseConfigFront,
|
||
|
testMatch: [`<rootDir>/packages/plugins/graphql${baseConfigFront.testMatch}`],
|
||
|
}
|