mirror of
https://github.com/strapi/strapi.git
synced 2025-07-04 07:27:23 +00:00
11 lines
254 B
JavaScript
11 lines
254 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
const baseConfig = require('../../../jest.base-config');
|
||
|
const pkg = require('./package');
|
||
|
|
||
|
module.exports = {
|
||
|
...baseConfig,
|
||
|
displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
|
||
|
roots: ['<rootDir>/packages/plugins/sentry'],
|
||
|
};
|