Files
start-sdk/jest.config.js
2023-03-01 14:16:18 -07:00

7 lines
143 B
JavaScript

/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: "ts-jest",
automock: false,
testEnvironment: "node",
};