Skip to content

Commit 1af0aa0

Browse files
committed
add rpdk for typescript
1 parent 31566de commit 1af0aa0

File tree

11 files changed

+5239
-0
lines changed

11 files changed

+5239
-0
lines changed

jest.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
module.exports = {
2+
preset: 'ts-jest',
3+
testEnvironment: 'node',
4+
globals: {
5+
'ts-jest': {
6+
diagnostics: false, // Necessary to avoid typeschecking error in decorators
7+
}
8+
},
9+
testRegex: '\\.test.ts$',
10+
};

0 commit comments

Comments
 (0)