jest.config.js 69 B

1234
  1. module.exports = {
  2. preset: 'ts-jest',
  3. testEnvironment: 'node',
  4. };