pulumi/tests/integration/nodejs/sourcemap-in-test/jest.config.js

8 lines
168 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest", {}],
},
};