adminFront/jest.config.js

6 lines
122 B
JavaScript
Raw Permalink Normal View History

2023-03-30 11:11:34 +00:00
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
2024-05-21 07:41:31 +00:00
preset: "ts-jest",
testEnvironment: "node",
2023-03-30 11:11:34 +00:00
};