strapi/packages/core/core/jest.config.js
2023-11-30 12:18:04 +01:00

11 lines
202 B
JavaScript

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