Skip to content

Commit d4a2070

Browse files
committed
test(replay): Make jest tests non-verbose
1 parent 4e30b65 commit d4a2070

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/replay/jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { jsWithTs as jsWithTsPreset } from 'ts-jest/presets';
44
export default async (): Promise<Config.InitialOptions> => {
55
return {
66
...jsWithTsPreset,
7-
verbose: true,
87
globals: {
98
'ts-jest': {
109
tsconfig: '<rootDir>/tsconfig.test.json',

0 commit comments

Comments
 (0)