Files
duocthu/apps/api-gateway/jest.config.js
T

8 lines
169 B
JavaScript

/** @type {import('jest').Config} */
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
rootDir: ".",
testMatch: ["<rootDir>/test/**/*.spec.ts"],
};