Skip to content

Commit a5ae323

Browse files
committed
Dependency updates and fixes
1 parent b061be2 commit a5ae323

File tree

4 files changed

+1643
-1649
lines changed

4 files changed

+1643
-1649
lines changed

jest.config.js

+7-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ module.exports = {
44
testEnvironment: 'node',
55
testRegex: '(/test/.*\\.spec\\.ts)$',
66
coverageProvider: 'v8',
7-
globals: {
8-
'ts-jest': {
9-
tsconfig: './test/tsconfig.json'
10-
}
7+
transform: {
8+
'\\.ts$': [
9+
'ts-jest',
10+
{
11+
tsconfig: './test/tsconfig.json'
12+
}
13+
]
1114
}
1215
}

0 commit comments

Comments
 (0)