Skip to content

Commit

Permalink
Fixed tooltip mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Höck committed Feb 21, 2020
1 parent 29d8fee commit f9820ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Expand Up @@ -16,7 +16,8 @@ global.LS = {
global.$ = jest.fn(() => {
return {
on: ()=>{},
trigger: ()=>{}
trigger: ()=>{},
tooltip: ()=>{},
}
});

Expand Down
Expand Up @@ -17,7 +17,8 @@ global.LS = {
global.$ = jest.fn(() => {
return {
on: ()=>{},
trigger: ()=>{}
trigger: ()=>{},
tooltip: ()=>{},
}
});
localVue.mixin({
Expand Down

0 comments on commit f9820ab

Please sign in to comment.