Commit 98cf4df5 authored by Paul Slaughter's avatar Paul Slaughter

Global mock @gitlab/favicon-overlay in Jest

parent 2d57d113
......@@ -13,6 +13,9 @@ import './helpers/dom_shims';
import './helpers/jquery';
import '~/commons/bootstrap';
// This module has some fairly decent visual test coverage in it's own repository.
jest.mock('@gitlab/favicon-overlay');
process.on('unhandledRejection', global.promiseRejectionHandler);
setupManualMocks();
......
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