Skip to content

Commit 567079c

Browse files
committed
jest test path adjust
1 parent f1152c0 commit 567079c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module.exports = {
33
preset: "ts-jest",
44
testEnvironment: "node",
5-
testMatch: ["**/tests/**/*.spec.ts"],
5+
testMatch: ["**/tests/**/*.spec.ts", "**/test/**/*.spec.ts"],
66
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
77
moduleNameMapper: {
88
"^@microsoft/durabletask-js$": "<rootDir>/packages/durabletask-js/src/index.ts",

0 commit comments

Comments
 (0)