Skip to content

Commit

Permalink
chore(deps): update nuxt core (#120)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed Apr 18, 2023
1 parent befb694 commit 2287db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nuxt-vitest/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default defineNuxtModule<NuxtVitestOptions>({
let testFiles: File[] | null = null

const updateTabs = debounce(() => {
// @ts-expect-error
nuxt.callHook('devtools:customTabs:refresh')
}, 100)

Expand Down

0 comments on commit 2287db9

Please sign in to comment.