Skip to content

Commit

Permalink
test(jest): opt-in to shorter snapshot format
Browse files Browse the repository at this point in the history
jestjs/jest#11654

...waiting for the release of jest
  • Loading branch information
Haroenv committed Aug 23, 2021
1 parent 047acd0 commit e159b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.js
Expand Up @@ -25,7 +25,9 @@ module.exports = {
globals: {
__DEV__: true,
},

snapshotFormat: {
printBasicPrototype: false,
},
// reporter for circleci
reporters: [
'default',
Expand Down

0 comments on commit e159b7f

Please sign in to comment.