From 058d8ff80bf3b1f1744105f5f10fd6fbbbfbb9b1 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sun, 20 Oct 2019 22:25:48 +0200 Subject: Move to 'tests' --- tests/components/__snapshots__/NavBar.test.js.snap | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 tests/components/__snapshots__/NavBar.test.js.snap (limited to 'tests/components/__snapshots__/NavBar.test.js.snap') diff --git a/tests/components/__snapshots__/NavBar.test.js.snap b/tests/components/__snapshots__/NavBar.test.js.snap new file mode 100644 index 0000000..89ef8e5 --- /dev/null +++ b/tests/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