Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Dec 5, 2023
1 parent cffc175 commit 31784af
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -57,10 +57,6 @@ describe('logging', () => {
Object.assign(window, { console: undefined });
const { logging } = require('@superset-ui/core');

afterAll(() => {
Object.assign(window, { console });
});

expect(() => {
logging.debug();
logging.log();
Expand All @@ -73,5 +69,6 @@ describe('logging', () => {
[3, 4],
]);
}).not.toThrow();
Object.assign(window, { console });
});
});

0 comments on commit 31784af

Please sign in to comment.