aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
blob: 55e3e29da341fce7235899cc27571a6f00da7f50 (plain) (blame)
1
2
3
4
5
6
7
8
// @ts-check

/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
  preset: 'ts-jest',
  resetMocks: true,
  testEnvironment: 'node',
};