1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-18 04:50:32 +09:00
namae/api/jest.config.js

8 lines
161 B
JavaScript
Raw Normal View History

2019-08-14 19:55:28 +09:00
module.exports = {
automock: false,
2019-08-30 16:40:22 +09:00
setupFiles: ['./setupJest.ts'],
testEnvironment: 'node',
preset: 'ts-jest',
testPathIgnorePatterns: ['/dist/'],
2019-09-17 14:30:26 +09:00
};