Skip to content

Commit 926c96c

Browse files
committed
chore: remove logs [skip-ci]
1 parent b27cbf9 commit 926c96c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

__tests__/history/hash.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ describe('History Hash', () => {
3838

3939
it('should use a correct base', () => {
4040
dom.reconfigure({ url: 'https://esm.dev' })
41-
console.log(___location.host, ___location.pathname)
4241
createWebHashHistory()
4342
// starts with a `/`
4443
expect(createWebHistory).toHaveBeenCalledWith('/#')

__tests__/matcher/pathParser.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,6 @@ describe('Path parser', () => {
347347
) {
348348
const pathParser = tokensToParser(...args)
349349
const options = args[1] || {}
350-
// console.log(pathParser.re)
351350
expect(
352351
pathParser.re
353352
.toString()

__tests__/router.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ describe('Router', () => {
332332
if (++calls > 1000) throw new Error('1000 calls')
333333
next(to.path)
334334
})
335-
console.log('dev', __DEV__)
336335
const { router } = await newRouter({
337336
history,
338337
routes: [{ path: '/foo', component: components.Home, beforeEnter }],

0 commit comments

Comments
 (0)