Update GlTooltipDirective mock

parent 99b76e32
......@@ -14,7 +14,9 @@ export * from '@gitlab/ui';
*/
jest.mock('@gitlab/ui/dist/directives/tooltip.js', () => ({
bind() {},
GlTooltipDirective: {
bind() {},
},
}));
jest.mock('@gitlab/ui/dist/components/base/tooltip/tooltip.js', () => ({
......
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