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 275fd9f commit 65cd894Copy full SHA for 65cd894
.github/workflows/ci.yml
@@ -33,5 +33,5 @@ jobs:
33
yarn-cache-folder-
34
35
- run: yarn install --immutable
36
- - run: yarn build
37
- run: yarn test
+ - run: yarn build
test/session.test.ts
@@ -16,8 +16,7 @@ import queryServerInformation from "./fixtures/query_server_information.json";
16
17
import { getExampleQuery, getInitialSessionQuery, server } from "./server.js";
18
import { HttpResponse, type PathParams, http } from "msw";
19
-import type { QueryResponse } from "../source/types.js";
20
-import type { Data } from "../dist/types.js";
+import type { QueryResponse, Data } from "../source/types.js";
21
22
const logger = loglevel.getLogger("test_session");
23
logger.setLevel("debug");
0 commit comments