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 4e30b65 commit d4a2070Copy full SHA for d4a2070
packages/replay/jest.config.ts
@@ -4,7 +4,6 @@ import { jsWithTs as jsWithTsPreset } from 'ts-jest/presets';
4
export default async (): Promise<Config.InitialOptions> => {
5
return {
6
...jsWithTsPreset,
7
- verbose: true,
8
globals: {
9
'ts-jest': {
10
tsconfig: '<rootDir>/tsconfig.test.json',
0 commit comments