Skip to content

Commit

Permalink
add reset
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Aug 14, 2023
1 parent c35c7c7 commit d4927fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ describe("ArchiveContext", () => {

const cacheSetObjectSpy = jest
.spyOn(FileListCache.prototype, "CacheSetObject")
.mockReset()
.mockImplementationOnce(() => {});

// fullPath input
Expand Down

0 comments on commit d4927fc

Please sign in to comment.