Skip to content

Commit 6114aac

Browse files
committed
remove duplicated globals entry in jest.config after rebase
1 parent 9846e4c commit 6114aac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/replay/jest.config.ts

-6
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,5 @@ export default async (): Promise<Config.InitialOptions> => {
2121
setupFilesAfterEnv: ['./jest.setup.ts'],
2222
testEnvironment: 'jsdom',
2323
testMatch: ['<rootDir>/test/**/*(*.)@(spec|test).ts'],
24-
globals: {
25-
'ts-jest': {
26-
tsconfig: '<rootDir>/tsconfig.json',
27-
},
28-
__DEBUG_BUILD__: true,
29-
},
3024
};
3125
};

0 commit comments

Comments
 (0)