File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 52
52
"@testing-library/jest-dom" : " ^5.11.6" ,
53
53
"@types/lz-string" : " ^1.3.34" ,
54
54
"jest-in-case" : " ^1.0.2" ,
55
- "jest-serializer-ansi" : " ^1.0.3 " ,
55
+ "jest-snapshot- serializer-ansi" : " ^1.0.0 " ,
56
56
"jest-watch-select-projects" : " ^2.0.0" ,
57
57
"jsdom" : " ^16.4.0" ,
58
58
"kcd-scripts" : " ^11.0.0" ,
Original file line number Diff line number Diff line change 1
1
import '@testing-library/jest-dom/extend-expect'
2
- import jestSerializerAnsi from 'jest-serializer-ansi'
2
+ import jestSnapshotSerializerAnsi from 'jest-snapshot -serializer-ansi'
3
3
4
- expect . addSnapshotSerializer ( jestSerializerAnsi )
4
+ expect . addSnapshotSerializer ( jestSnapshotSerializerAnsi )
5
5
// add serializer for MutationRecord
6
6
expect . addSnapshotSerializer ( {
7
7
print : ( record , serialize ) => {
You can’t perform that action at this time.
0 commit comments