Skip to content

Commit 2a915c4

Browse files
committed
chore: fix
1 parent 0f75aeb commit 2a915c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: e2e/shim.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/// <reference types="cypress" />
21
/// <reference types="vite/client" />
32

43
import type { Editor } from '@milkdown/core'

Diff for: e2e/tests/crepe/listener.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect, test } from '@playwright/test'
2-
import { focusEditor } from 'tests/misc'
2+
import { focusEditor } from '../misc'
33

44
test('listen change before editor is created', async ({ page }) => {
55
await page.addInitScript(() => {

0 commit comments

Comments
 (0)