Skip to content

Commit 5d32ffe

Browse files
committed
test: remove .only
1 parent 86d64cc commit 5d32ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rest-endpoint-methods.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Octokit } from "@octokit/core";
44
import { restEndpointMethods } from "../src";
55

66
describe("REST API endpoint methods", () => {
7-
it.only("README example", async () => {
7+
it("README example", async () => {
88
const mock = fetchMock.sandbox().post(
99
"path:/user/repos",
1010
{ ok: true },

0 commit comments

Comments
 (0)