Skip to content

Commit

Permalink
Lock file maintenance (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 8af0486 commit 9ccc792
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 810 deletions.
3 changes: 2 additions & 1 deletion src/__tests__/publish/performPublishOverrides.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ describe('performPublishOverrides', () => {
const writeJSONSync = fs.writeJSONSync as jest.MockedFunction<typeof fs.writeJSONSync>;

afterEach(() => {
jest.restoreAllMocks();
// clear the implementations and calls for read/writeJSONSync
jest.resetAllMocks();
});

function createFixture(partialPackageJsons: Record<string, Partial<PackageJson>>): {
Expand Down
Loading

0 comments on commit 9ccc792

Please sign in to comment.