Commit 241088ed authored by Mark Florian's avatar Mark Florian

Remove unnecessary console mock

Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/208458.
parent 4a983205
......@@ -858,10 +858,6 @@ describe('MrWidgetOptions', () => {
describe('suggestPipeline', () => {
beforeEach(() => {
mock.onAny().reply(200);
// This is needed because some grandchildren Bootstrap components throw warnings
// https://gitlab.com/gitlab-org/gitlab/issues/208458
jest.spyOn(console, 'warn').mockImplementation();
});
describe('given feature flag is enabled', () => {
......
Markdown is supported
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