1
0
mirror of https://github.com/uetchy/namae.git synced 2025-09-10 01:56:38 +09:00
Files
namae/api/jest.config.js
2019-09-17 14:30:26 +09:00

8 lines
161 B
JavaScript

module.exports = {
automock: false,
setupFiles: ['./setupJest.ts'],
testEnvironment: 'node',
preset: 'ts-jest',
testPathIgnorePatterns: ['/dist/'],
};