Skip to content

Commit

Permalink
remove import unsued
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jul 15, 2024
1 parent 5902dda commit a353fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { request } from "@octokit/request";
import fetchMock, { type MockMatcherFunction } from "fetch-mock";
import fetchMock from "fetch-mock";
import { test, expect } from "vitest";

import { createTokenAuth } from "../src/index.js";
Expand Down

0 comments on commit a353fe4

Please sign in to comment.