javascript/mswjs/jest.config.js (8 lines of code) (raw):

module.exports = { roots: ["<rootDir>/src"], testMatch: ["**/__tests__/**/*.test.+(ts|tsx|js)"], transform: { "^.+\\.(ts|tsx)$": "ts-jest", }, testEnvironment: "node", };