mirror of
https://github.com/alexgo-io/redstone-cache-layer.git
synced 2026-01-12 16:53:15 +08:00
10 lines
209 B
JavaScript
10 lines
209 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
verbose: true,
|
|
testTimeout: 20000,
|
|
testEnvironment: "node",
|
|
modulePathIgnorePatterns: ['./dist'],
|
|
setupFiles: ['./jest.setup.ts']
|
|
};
|