mirror of
https://github.com/strapi/strapi.git
synced 2025-07-24 01:18:17 +00:00
10 lines
168 B
JavaScript
10 lines
168 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
preset: '../../../jest-preset.unit.js',
|
|
transform: {
|
|
'^.+\\.ts$': ['@swc/jest'],
|
|
},
|
|
displayName: 'S3 upload provider',
|
|
};
|