mailer/jest.config.js

4 lines
69 B
JavaScript
Raw Normal View History

2021-03-03 15:17:05 +00:00
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
};