Skip to content

Commit

Permalink
Upgrade jest to v29 (#22)
Browse files Browse the repository at this point in the history
* Upgrade jest to v29
* Remove extraneous snapshot config
  • Loading branch information
trevor-scheer committed Oct 10, 2022
1 parent d7adca8 commit b22adbc
Show file tree
Hide file tree
Showing 3 changed files with 7,289 additions and 13,985 deletions.
1 change: 0 additions & 1 deletion jest.config.ts
Expand Up @@ -11,7 +11,6 @@ const config: Config.InitialOptions = {
},
testRegex: '/__tests__/.*.test.ts$',
verbose: true,
snapshotFormat: { escapeString: false, printBasicPrototype: false },
};

export default config;

0 comments on commit b22adbc

Please sign in to comment.