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 7157a3d commit ddc3d33Copy full SHA for ddc3d33
packages/openapi-react-query/test/index.test.tsx
@@ -1,7 +1,7 @@
1
import { afterAll, afterEach, beforeAll, describe, expect, it, expectTypeOf, vi } from "vitest";
2
import { server, baseUrl, useMockRequestHandler } from "./fixtures/mock-server";
3
import type { paths } from "./fixtures/api";
4
-import createClient, { type MethodResponse } from "../src/api/index";
+import createClient, { type MethodResponse } from "../src/index";
5
import createFetchClient from "openapi-fetch";
6
import { fireEvent, render, renderHook, screen, waitFor, act } from "@testing-library/react";
7
import {
0 commit comments