We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0055bb8 + 8f76e66 commit 3abef46Copy full SHA for 3abef46
1 file changed
src/__tests__/version-check.test.ts
@@ -58,6 +58,7 @@ describe('version-check utilities', () => {
58
beforeEach(() => {
59
vi.stubGlobal('fetch', fetchMock);
60
vi.spyOn(console, 'log').mockImplementation(() => {});
61
+ vi.mocked(logger.error).mockReset();
62
});
63
64
afterEach(() => {
0 commit comments