2024-04-01 17:15:44 +08:00

5 lines
123 B
JavaScript

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
testMatch: ["<rootDir>/test/**/*.test.ts"],
};