adminFront/jest.config.js

6 lines
124 B
JavaScript
Raw Normal View History

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