mirror of
https://github.com/strapi/strapi.git
synced 2025-11-09 06:40:42 +00:00
11 lines
198 B
JavaScript
11 lines
198 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const baseConfig = require('../../../jest.base-config');
|
||
|
|
const pkg = require('./package.json');
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
...baseConfig,
|
||
|
|
displayName: pkg.name,
|
||
|
|
roots: [__dirname],
|
||
|
|
};
|