Skip to content

Commit

Permalink
fix: pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrothe committed Jun 10, 2024
1 parent 1248b36 commit 2f89077
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/svelte-5/src/module.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { test } from '@jest/globals'
// TODO(mcous, 2024-05-23): this import fails
// See https://github.com/svelteness/svelte-jester/pull/283
// import * as Subject from "./module.svelte.js";
const Subject = {}

test.skip('get current count', () => {
const subject = Subject.createCounter()
Expand Down

0 comments on commit 2f89077

Please sign in to comment.