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 1248b36 commit 2f89077Copy full SHA for 2f89077
e2e/svelte-5/src/module.test.js
@@ -3,6 +3,7 @@ import { test } from '@jest/globals'
3
// TODO(mcous, 2024-05-23): this import fails
4
// See https://github.com/svelteness/svelte-jester/pull/283
5
// import * as Subject from "./module.svelte.js";
6
+const Subject = {}
7
8
test.skip('get current count', () => {
9
const subject = Subject.createCounter()
0 commit comments