Skip to content

Commit

Permalink
fix(tests): remove leftover logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul authored Jul 6, 2022
1 parent 5f1fa11 commit 0499253
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/features/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const testNavigation = () => {
_params: jsonStringify(query)
}
})
console.log(JSON.stringify(list, null, 2))

expect(list.find(item => item._path === '/')).toBeTruthy()
expect(list.find(item => item._path === '/').children).toBeUndefined()
Expand Down

0 comments on commit 0499253

Please sign in to comment.