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

8 lines
188 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',
2020-06-19 16:15:53 +09:00
testPathIgnorePatterns: ['<rootDir>/dist/', '<rootDir>/src/'],
2019-09-17 14:30:26 +09:00
};