strapi/packages/core/strapi/jest.config.js
2023-12-12 09:57:35 +01:00

11 lines
197 B
JavaScript

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