Skip to content

Commit

Permalink
Moved to bun:test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugos68 committed Jan 24, 2025
1 parent 1858a5d commit 64caa3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pagefind-develop.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const cpSyncSpy = spyOn(fs, "cpSync");
const execSyncSpy = spyOn(child_process, "execSync");

afterEach(() => {
mock.restore();
cpSyncSpy.mockClear();
execSyncSpy.mockClear();
});
Expand Down

0 comments on commit 64caa3d

Please sign in to comment.