strapi/packages/core/utils/jest.config.js
2023-06-23 20:58:27 +02:00

11 lines
201 B
JavaScript

'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
transform: {
'^.+\\.ts$': ['@swc/jest'],
},
testMatch: ['<rootDir>/**/*.test.ts'],
displayName: 'Core utils',
};