Skip to content

Commit

Permalink
chore: fix .only and spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Jan 24, 2024
1 parent 135870a commit 4e22a3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
".github",
"CHANGELOG.md",
"coverage",
"joshuakgoldberg",
"lib",
"node_modules",
"pnpm-lock.yaml"
Expand Down
2 changes: 1 addition & 1 deletion src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 4e22a3d

Please sign in to comment.