Skip to content

Commit

Permalink
test(oauth): add jest transform to config
Browse files Browse the repository at this point in the history
  • Loading branch information
jwulf committed Feb 21, 2024
1 parent b48baf2 commit 1758041
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
"devDependencies": {
"@types/debug": "^4.1.12"
},
"jest": {},
"jest": {
"moduleNameMapper": {
"^@camunda8/oauth(.*)$": "<rootDir>/../oauth/src$1"
},
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"preset": "ts-jest",
"testEnvironment": "node"
},
"gitHead": "45b1f93347bbe930d5782287d6821efec95e9a63"
}

0 comments on commit 1758041

Please sign in to comment.