Files
redstone-cache-layer/jest.config.js
2022-06-06 09:13:33 +02:00

10 lines
209 B
JavaScript

module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
verbose: true,
testTimeout: 20000,
testEnvironment: "node",
modulePathIgnorePatterns: ['./dist'],
setupFiles: ['./jest.setup.ts']
};