Skip to content

Commit

Permalink
Remove unused mock
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Oct 15, 2024
1 parent 800d256 commit 55c7339
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions apps/meteor/.storybook/mocks/meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,6 @@ export const Template = Object.assign(
},
);

export const Blaze = {
Template,
registerHelper: () => {},
renderWithData: () => {},
};

window.Blaze = Blaze;

export const check = () => {};

export const FlowRouter = {
Expand Down

0 comments on commit 55c7339

Please sign in to comment.