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 f9a947d commit 8356e0fCopy full SHA for 8356e0f
e2e/svelte-5/src/module.test.js
@@ -2,14 +2,14 @@ import { test } from '@jest/globals'
2
3
import * as Subject from './module.svelte.js'
4
5
-test.skip('get current count', () => {
+test('get current count', () => {
6
const subject = Subject.createCounter()
7
const result = subject.count
8
9
expect(result).toBe(0)
10
})
11
12
-test.skip('increment', () => {
+test('increment', () => {
13
14
15
subject.increment()
0 commit comments