From 4e22a3d8c8cb25565cdc09896ba6ea6128c7542f Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Tue, 23 Jan 2024 20:39:46 -0500 Subject: [PATCH] chore: fix .only and spelling --- cspell.json | 1 + src/index.test.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cspell.json b/cspell.json index f073ef3..893b22f 100644 --- a/cspell.json +++ b/cspell.json @@ -4,6 +4,7 @@ ".github", "CHANGELOG.md", "coverage", + "joshuakgoldberg", "lib", "node_modules", "pnpm-lock.yaml" diff --git a/src/index.test.ts b/src/index.test.ts index 864beb7..1b2cf9f 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -26,7 +26,7 @@ function createPagination(packageNames: string[], total: number) { } describe("npmUsernameToPackages", () => { - it.only("returns results when they are not paginated", async () => { + it("returns results when they are not paginated", async () => { const packageNames = ["abc", "def", "ghi"]; mockFetch.mockResolvedValue({