strapi/packages/plugins/documentation/jest.config.front.js

8 lines
163 B
JavaScript
Raw Normal View History

2023-03-23 10:30:02 +01:00
'use strict';
module.exports = {
preset: '../../../jest-preset.front.js',
displayName: 'Documentation plugin',
2023-07-19 11:07:32 +01:00
setupFilesAfterEnv: ['./tests/setup.js'],
2023-03-23 10:30:02 +01:00
};