Skip to content

Commit 520fb13

Browse files
authored
updated to use inlineSnapshot (#176)
1 parent d2bf88f commit 520fb13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tag-search.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ describe("Tags/search", () => {
247247
page: 3,
248248
});
249249

250-
expect(result.totalResults).toBe(209);
250+
expect(result.totalResults).toMatchInlineSnapshot(`209`);
251251

252252
// Some tags we should find to make sure the parser is working correctly.
253253
const UNSORTED_TAG = "it was an unusual premise for this fandom that is";

0 commit comments

Comments
 (0)