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 3ac9b35 commit dfd8c83Copy full SHA for dfd8c83
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