From 331da87bd53bc1fb79063d142764c75df9f32170 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Wed, 14 Mar 2018 12:19:54 -0400 Subject: tests --- .../__snapshots__/Pagination.test.js.snap | 67 ++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 frontend/__tests__/__snapshots__/Pagination.test.js.snap (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 new file mode 100644 index 0000000..f2abcdf --- /dev/null +++ b/frontend/__tests__/__snapshots__/Pagination.test.js.snap @@ -0,0 +1,67 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` displays loading message 1`] = ` +

+ Loading... +

+`; + +exports[` renders pagination for 18 items 1`] = ` + + + + ←Prev + + +

+ Page + + 1 + + + of + + 2 + +

+

+ + 18 + + Items Total +

+ + + Next → + + +
+`; -- cgit v1.3