diff options
Diffstat (limited to 'tests/pages/__snapshots__/index.test.js.snap')
-rw-r--r-- | tests/pages/__snapshots__/index.test.js.snap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pages/__snapshots__/index.test.js.snap b/tests/pages/__snapshots__/index.test.js.snap new file mode 100644 index 0000000..af3d906 --- /dev/null +++ b/tests/pages/__snapshots__/index.test.js.snap @@ -0,0 +1,9 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`index match snapshot 1`] = ` +<div> + <joinus-stub /> + + <facebookfeed-stub /> +</div> +`; |