Skip to content

Commit

Permalink
chore: set jest.snapshotFormat.printBasicPrototype to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ljosberinn authored Dec 18, 2021
1 parent 6f55109 commit e289a88
Show file tree
Hide file tree
Showing 11 changed files with 2,137 additions and 2,134 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
],
"snapshotFormat": {
"printBasicPrototype": false
}
},
"dependencies": {
"@babel/core": "7.16.5",
Expand Down
Loading

0 comments on commit e289a88

Please sign in to comment.