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

8 lines
161 B
JavaScript

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