Skip to content

Commit 11654dc

Browse files
committed
Add test assertion messages
1 parent f73f282 commit 11654dc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/engines/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const MSG_ASSERT_HAS_MULTIPLE_PAGES = "Only a single page was fetched";
2+
export const MSG_ASSERT_HAS_NON_FIRST_PAGE_RESULT =
3+
"All results were from the first page";
4+
export const MSG_ASSERT_HAS_LAST_PAGE = "No last page was found";

0 commit comments

Comments
 (0)