diff options
Diffstat (limited to 'test/react/__snapshots__/Panel.spec.js.snap')
-rw-r--r-- | test/react/__snapshots__/Panel.spec.js.snap | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/react/__snapshots__/Panel.spec.js.snap b/test/react/__snapshots__/Panel.spec.js.snap new file mode 100644 index 0000000..b31dda7 --- /dev/null +++ b/test/react/__snapshots__/Panel.spec.js.snap @@ -0,0 +1,9 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Panel Panel - Default 1`] = ` +<div + className="sdc-panel " +> + Panel +</div> +`; |