mirror of
https://github.com/strapi/strapi.git
synced 2025-07-03 07:05:06 +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.js'],
|
|
};
|