jest.config.cjs 158 B

12345678
  1. /** @type {import('ts-jest').JestConfigWithTsJest} */
  2. module.exports = {
  3. preset: 'ts-jest',
  4. testEnvironment: 'node',
  5. globals: {
  6. window: {},
  7. },
  8. };