From b259358616b5ca56e19b758b1f86ce2421f52c06 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 31 Aug 2019 11:00:58 +0200 Subject: Add snapshots --- test/components/__snapshots__/NavBar.test.js.snap | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 test/components/__snapshots__/NavBar.test.js.snap (limited to 'test/components/__snapshots__/NavBar.test.js.snap') diff --git a/test/components/__snapshots__/NavBar.test.js.snap b/test/components/__snapshots__/NavBar.test.js.snap new file mode 100644 index 0000000..fb90c28 --- /dev/null +++ b/test/components/__snapshots__/NavBar.test.js.snap @@ -0,0 +1,40 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`NavBar match snapshot 1`] = ` + +`; -- cgit 1.4.1