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.
globals
1 parent 9846e4c commit 6114aacCopy full SHA for 6114aac
packages/replay/jest.config.ts
@@ -21,11 +21,5 @@ export default async (): Promise<Config.InitialOptions> => {
21
setupFilesAfterEnv: ['./jest.setup.ts'],
22
testEnvironment: 'jsdom',
23
testMatch: ['<rootDir>/test/**/*(*.)@(spec|test).ts'],
24
- globals: {
25
- 'ts-jest': {
26
- tsconfig: '<rootDir>/tsconfig.json',
27
- },
28
- __DEBUG_BUILD__: true,
29
30
};
31
0 commit comments