We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d36c0 commit 3cbf363Copy full SHA for 3cbf363
documentation/docs/07-misc/02-testing.md
@@ -40,7 +40,7 @@ You can now write unit tests for code inside your `.js/.ts` files:
40
/// file: multiplier.svelte.test.js
41
import { flushSync } from 'svelte';
42
import { expect, test } from 'vitest';
43
-import { multiplier } from './multiplier.js';
+import { multiplier } from './multiplier.svelte.js';
44
45
test('Multiplier', () => {
46
let double = multiplier(0, 2);
0 commit comments