Skip to content

Commit 4dec757

Browse files
chore(deps): update jest monorepo to v29 (major) (#6)
* chore(deps): update jest monorepo to v29 * Remove extraneous snapshot settings Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trevor Scheer <trevor.scheer@gmail.com>
1 parent a284fe2 commit 4dec757

3 files changed

Lines changed: 2943 additions & 8214 deletions

File tree

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)