Skip to content

Commit

Permalink
fix tests from vitest broken svelte/internal module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Mar 12, 2023
1 parent 58869e5 commit 772c349
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/Toc.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import { onMount } from 'svelte'
// /internal needed for module resolution pending fix for https://github.com/vitest-dev/vitest/issues/2834
import { onMount } from 'svelte/internal'
import { blur } from 'svelte/transition'
import { MenuIcon } from '.'
Expand Down

0 comments on commit 772c349

Please sign in to comment.