Skip to content

Commit b22adbc

Browse files
Upgrade jest to v29 (#22)
* Upgrade jest to v29 * Remove extraneous snapshot config
1 parent d7adca8 commit b22adbc

File tree

3 files changed

+7289
-13985
lines changed

3 files changed

+7289
-13985
lines changed

jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const config: Config.InitialOptions = {
1111
},
1212
testRegex: '/__tests__/.*.test.ts$',
1313
verbose: true,
14-
snapshotFormat: { escapeString: false, printBasicPrototype: false },
1514
};
1615

1716
export default config;

0 commit comments

Comments
 (0)