Skip to content
Snippets Groups Projects
Unverified Commit 49cbe4a7 authored by Nicola Corti's avatar Nicola Corti
Browse files

Fix warning on scripts/releases-ci/__tests__/publish-updated-packages-test.js

parent 1dcbf417
No related merge requests found
......@@ -43,9 +43,7 @@ describe('publishUpdatedPackages', () => {
throw new Error();
}
});
const consoleError = jest
.spyOn(console, 'error')
.mockImplementation(() => {});
jest.spyOn(console, 'error').mockImplementation(() => {});
let message = '';
try {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment