Skip to content

Commit ddc3d33

Browse files
committed
chore: wrong import path fix
1 parent 7157a3d commit ddc3d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-react-query/test/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { afterAll, afterEach, beforeAll, describe, expect, it, expectTypeOf, vi } from "vitest";
22
import { server, baseUrl, useMockRequestHandler } from "./fixtures/mock-server";
33
import type { paths } from "./fixtures/api";
4-
import createClient, { type MethodResponse } from "../src/api/index";
4+
import createClient, { type MethodResponse } from "../src/index";
55
import createFetchClient from "openapi-fetch";
66
import { fireEvent, render, renderHook, screen, waitFor, act } from "@testing-library/react";
77
import {

0 commit comments

Comments
 (0)