mirror of
https://github.com/strapi/strapi.git
synced 2025-07-08 09:33:26 +00:00
8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
preset: '../../../jest-preset.front.js',
|
||
|
displayName: 'Documentation plugin',
|
||
|
setupFilesAfterEnv: ['./tests/setup.ts'],
|
||
|
};
|