From 4f91451a19142c3419b887b638ab33a48daaee23 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Thu, 18 Oct 2018 13:52:54 +0200 Subject: [PATCH] Test: Update snapshots --- .../__snapshots__/SectionHeading.spec.js.snap | 46 ------------------- 1 file changed, 46 deletions(-) diff --git a/src/rsg-components/SectionHeading/__snapshots__/SectionHeading.spec.js.snap b/src/rsg-components/SectionHeading/__snapshots__/SectionHeading.spec.js.snap index f94c47215..ade7e333f 100644 --- a/src/rsg-components/SectionHeading/__snapshots__/SectionHeading.spec.js.snap +++ b/src/rsg-components/SectionHeading/__snapshots__/SectionHeading.spec.js.snap @@ -48,49 +48,3 @@ exports[`SectionHeading should forward slot properties to the toolbar 1`] = ` A Section `; - -exports[`SectionHeading should render a deprecated section heading 1`] = ` -
- - - A Section - - -
- -
-
-`; - -exports[`SectionHeading should render a section heading 1`] = ` -
- - - A Section - - -
- -
-
-`;