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 87eb4c2 commit 0931385Copy full SHA for 0931385
1 file changed
test/sourceEditorCard.test.js
@@ -7,7 +7,7 @@ vi.mock('../src/helpers.ts', () => ({
7
}))
8
9
beforeAll(async () => {
10
- await import('../dist/index.esm.js')
+ await import('../src/sourcePane.ts')
11
})
12
13
describe.skip('solid-panes-source-editor-card', () => {
0 commit comments