anchor/jest.config.js

7 lines
140 B
JavaScript
Raw Normal View History

2020-12-31 17:54:51 -08:00
module.exports = {
preset: 'ts-jest/presets/default',
testEnvironment: 'node',
testTimeout: 90000,
resolver: "ts-jest-resolver",
2020-12-31 17:54:51 -08:00
};