10 lines
172 B
JavaScript
Raw Normal View History

2023-04-13 08:45:44 +02:00
'use strict';
module.exports = {
preset: '../../../jest-preset.unit.js',
transform: {
'^.+\\.ts$': ['@swc/jest'],
},
displayName: 'Mailgun email provider',
2023-04-13 08:45:44 +02:00
};