Skip to content

Commit 0931385

Browse files
committed
fix test
1 parent 87eb4c2 commit 0931385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sourceEditorCard.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ vi.mock('../src/helpers.ts', () => ({
77
}))
88

99
beforeAll(async () => {
10-
await import('../dist/index.esm.js')
10+
await import('../src/sourcePane.ts')
1111
})
1212

1313
describe.skip('solid-panes-source-editor-card', () => {

0 commit comments

Comments
 (0)