mirror of
https://github.com/strapi/strapi.git
synced 2025-07-05 08:02:37 +00:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
module.exports = {
|
||
|
preset: '../../../jest-preset.unit.js',
|
||
|
testMatch: ['**/__tests__/**/*.test.ts'],
|
||
|
displayName: 'Core permissions',
|
||
|
};
|