mirror of
https://github.com/strapi/strapi.git
synced 2025-07-07 09:02:42 +00:00
8 lines
179 B
JavaScript
8 lines
179 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
preset: '../../../jest-preset.front.js',
|
|
displayName: 'Users & Permissions plugin',
|
|
setupFilesAfterEnv: ['./admin/src/tests/setup.js'],
|
|
};
|