jest.config.js 105 B

12345
  1. module.exports = {
  2. preset: 'ts-jest/presets/default',
  3. testEnvironment: 'node',
  4. testTimeout: 90000
  5. };