gxc-lett-js/jest.config.js
Andrey Kernichniy aad2fe13e7
All checks were successful
CI / build (push) Successful in 33s
Release package version 1.0.0
Added first files
2026-03-13 00:32:06 +07:00

13 lines
260 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} **/
// eslint-disable-next-line no-undef
module.exports = {
testEnvironment: "node",
transform: {
"^.+.ts?$": [
"ts-jest",
{
tsconfig: "tsconfig.test.json",
},
],
},
};