aboutsummaryrefslogtreecommitdiffstats
path: root/test/react/__snapshots__/ModalFooter.spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'test/react/__snapshots__/ModalFooter.spec.js.snap')
-rw-r--r--test/react/__snapshots__/ModalFooter.spec.js.snap17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/react/__snapshots__/ModalFooter.spec.js.snap b/test/react/__snapshots__/ModalFooter.spec.js.snap
deleted file mode 100644
index ee98355..0000000
--- a/test/react/__snapshots__/ModalFooter.spec.js.snap
+++ /dev/null
@@ -1,17 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`ModalFooter basic test 1`] = `
-<div
- className="sdc-modal__footer"
->
- <div>
- <button
- className="sdc-button sdc-button__primary "
- disabled={false}
- onClick={undefined}
- >
- Ok
- </button>
- </div>
-</div>
-`;