We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5499e3 commit 21ff1f5Copy full SHA for 21ff1f5
1 file changed
jest.config.js
@@ -4,6 +4,10 @@ module.exports = {
4
testEnvironment: "node",
5
testMatch: ["**/tests/**/*.spec.ts"],
6
moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"],
7
+ moduleNameMapper: {
8
+ "^@microsoft/durabletask-js$": "<rootDir>/packages/durabletask-js/src",
9
+ "^@microsoft/durabletask-js-azuremanaged$": "<rootDir>/packages/durabletask-js-azuremanaged/src",
10
+ },
11
transform: {
12
"^.+\\.tsx?$": [
13
"ts-jest",
0 commit comments