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

11 lines
202 B
JavaScript
Raw Normal View History

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