Skip to content
Snippets Groups Projects
jest.config.cjs 89 B
Newer Older
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  resetMocks: true,
}