Skip to content

Commit

Permalink
remove old property from snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 16, 2019
1 parent 13241d4 commit f47609a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -75,7 +75,6 @@ Object {
"name": "(anonymous_0)",
},
},
"hash": Any<String>,
"path": Any<String>,
"s": Object {
"0": 0,
Expand Down
Expand Up @@ -67,7 +67,6 @@ describe('generateEmptyCoverage', () => {
}

expect(coverage.data).toMatchSnapshot({
hash: expect.any(String),
path: expect.any(String),
});
});
Expand Down

0 comments on commit f47609a

Please sign in to comment.