Skip to content

Commit

Permalink
test(core): 🔇 remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymichel committed Nov 6, 2019
1 parent 3369633 commit baabea4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/__tests__/hooks/hooks.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ it('do registered hooks', async () => {

hooks[hookName](fn);
hooks[hookName](fn2);
hooks.beforeEnter(data => {
console.info(data);
});

await hooks.do(hookName);

Expand Down

0 comments on commit baabea4

Please sign in to comment.