mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 17:40:18 +00:00
12 lines
254 B
JavaScript
12 lines
254 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
const baseConfig = require('../../../jest.base-config');
|
||
|
const pkg = require('./package.json');
|
||
|
|
||
|
module.exports = {
|
||
|
...baseConfig,
|
||
|
preset: 'ts-jest',
|
||
|
displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
|
||
|
roots: [__dirname],
|
||
|
};
|