1
0

jest.config.js 124 B

12345
  1. /** @type {import('ts-jest').JestConfigWithTsJest} */
  2. module.exports = {
  3. preset: "ts-jest",
  4. testEnvironment: "node",
  5. };