Skip to content

Commit 224bf22

Browse files
authored
test: remove unused nanoid import in index.bench.js (#1810)
It is not declared in package.json, so running `npx vite bench` fails.
1 parent c74eb40 commit 224bf22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/openapi-fetch/test/index.bench.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import axios from "axios";
22
import { http, HttpResponse } from "msw";
33
import { setupServer } from "msw/node";
44
import { Fetcher } from "openapi-typescript-fetch";
5-
import { nanoid } from "nanoid";
65
import superagent from "superagent";
76
import { afterAll, bench, describe } from "vitest";
87
import createClient from "../dist/index.js";

0 commit comments

Comments
 (0)