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 86c7176 commit dd68d8bCopy full SHA for dd68d8b
frontend/src/core/codemirror/readonly/__tests__/extension.test.ts
@@ -5,8 +5,8 @@ import { EditorView } from "@codemirror/view";
5
import { createStore } from "jotai";
6
import { describe, expect, it } from "vitest";
7
import { WebSocketState } from "@/core/websocket/types";
8
-import { connectionAtom } from "../../network/connection";
9
-import { dynamicReadonly, isEditorReadonly } from "./extension";
+import { connectionAtom } from "../../../network/connection";
+import { dynamicReadonly, isEditorReadonly } from "../extension";
10
11
function makeStoreWithConnection(
12
state: WebSocketState.CONNECTING | WebSocketState.OPEN,
0 commit comments