We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74eb40 commit 224bf22Copy full SHA for 224bf22
packages/openapi-fetch/test/index.bench.js
@@ -2,7 +2,6 @@ import axios from "axios";
2
import { http, HttpResponse } from "msw";
3
import { setupServer } from "msw/node";
4
import { Fetcher } from "openapi-typescript-fetch";
5
-import { nanoid } from "nanoid";
6
import superagent from "superagent";
7
import { afterAll, bench, describe } from "vitest";
8
import createClient from "../dist/index.js";
0 commit comments