mirror of
https://github.com/strapi/strapi.git
synced 2025-07-28 11:30:21 +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],
|
|
};
|