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 d7adca8 commit b22adbcCopy full SHA for b22adbc
jest.config.ts
@@ -11,7 +11,6 @@ const config: Config.InitialOptions = {
11
},
12
testRegex: '/__tests__/.*.test.ts$',
13
verbose: true,
14
- snapshotFormat: { escapeString: false, printBasicPrototype: false },
15
};
16
17
export default config;
0 commit comments