Skip to content

Commit f47609a

Browse files
committed
remove old property from snapshot
1 parent 13241d4 commit f47609a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/jest-reporters/src/__tests__/__snapshots__/generateEmptyCoverage.test.js.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ Object {
7575
"name": "(anonymous_0)",
7676
},
7777
},
78-
"hash": Any<String>,
7978
"path": Any<String>,
8079
"s": Object {
8180
"0": 0,

packages/jest-reporters/src/__tests__/generateEmptyCoverage.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ describe('generateEmptyCoverage', () => {
6767
}
6868

6969
expect(coverage.data).toMatchSnapshot({
70-
hash: expect.any(String),
7170
path: expect.any(String),
7271
});
7372
});

0 commit comments

Comments
 (0)