We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb24daf commit 8aecdf6Copy full SHA for 8aecdf6
jest.config.js
@@ -2,4 +2,11 @@ module.exports = {
2
preset: 'ts-jest',
3
testEnvironment: 'jsdom',
4
modulePathIgnorePatterns: ['dist'],
5
+ globals: {
6
+ 'ts-jest': {
7
+ tsconfig: {
8
+ sourceMap: true,
9
+ },
10
11
12
}
0 commit comments