From ad3671675719eb11a81245bffbe0fb18880b479b Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 8 May 2018 13:00:51 -0400 Subject: omg --- .../__tests__/__snapshots__/Pagination.test.js.snap | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) (limited to 'frontend/__tests__/__snapshots__/Pagination.test.js.snap') diff --git a/frontend/__tests__/__snapshots__/Pagination.test.js.snap b/frontend/__tests__/__snapshots__/Pagination.test.js.snap index 34fc655..2ecd98a 100644 --- a/frontend/__tests__/__snapshots__/Pagination.test.js.snap +++ b/frontend/__tests__/__snapshots__/Pagination.test.js.snap @@ -1,7 +1,10 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` renders pagination for 18 items 1`] = ` - +exports[` displays loading message 1`] = ` +
renders pagination for 18 items 1`] = ` }, } } - prefetch={true} > ←Prev @@ -30,12 +34,12 @@ exports[` renders pagination for 18 items 1`] = ` - 2 + 1

- 18 + 1 Items Total

@@ -48,14 +52,15 @@ exports[` renders pagination for 18 items 1`] = ` }, } } - prefetch={true} > Next → - +
`; -- cgit v1.3