prototype-3x5/jest.config.js

6 lines
142 B
JavaScript
Raw Permalink Normal View History

2023-08-06 06:38:22 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
export default {
preset: "ts-jest/presets/default-esm",
testEnvironment: "node",
};