adminFront/jest.config.js
2024-05-21 10:41:31 +03:00

6 lines
122 B
JavaScript

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