strapi/packages/core/permissions/jest.config.js

8 lines
158 B
JavaScript
Raw Permalink Normal View History

2022-07-21 10:39:53 +02:00
'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
2023-07-18 19:50:47 +02:00
testMatch: ['**/__tests__/**/*.test.ts'],
displayName: 'Core permissions',
2022-07-21 10:39:53 +02:00
};