Skip to content

Commit

Permalink
rm only
Browse files Browse the repository at this point in the history
  • Loading branch information
charmingduchess committed Nov 25, 2024
1 parent 8289449 commit 7848e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/utilsTests/searchUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe("searchUtils", () => {
})
).toBe(true)
})
it.only("includes advanced search query params when field is set to 'all'", () => {
it("includes advanced search query params when field is set to 'all'", () => {
const testQuery =
"?q=shel%20silverstein&contributor=shel silverstein&title=the giving tree&subject=books"
expect(
Expand Down

0 comments on commit 7848e09

Please sign in to comment.