test(api-task): add integration tests for task endpoints
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/** @type {import('jest').Config} */
|
||||
module.exports = {
|
||||
rootDir: ".",
|
||||
testEnvironment: "node",
|
||||
clearMocks: true,
|
||||
testMatch: ["<rootDir>/test/**/*.spec.ts"],
|
||||
moduleFileExtensions: ["ts", "js", "json"],
|
||||
transform: {
|
||||
"^.+\\.(t|j)s$": ["ts-jest", { tsconfig: "<rootDir>/tsconfig.spec.json" }]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user