From 1a82f8e2255037c6a07364e83f5dc593e65c3fd1 Mon Sep 17 00:00:00 2001 From: Bogdan Bodnar Date: Tue, 19 Nov 2019 13:37:43 +0100 Subject: [PATCH] Update checkbox snapshots. --- .../__snapshots__/CheckBox.test.js.snap | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap b/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap index 31b0d57..ac39900 100644 --- a/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap +++ b/src/bootstrap/__tests__/__snapshots__/CheckBox.test.js.snap @@ -18,12 +18,12 @@ exports[` Render checkbox 1`] = ` for="1" > Test label + + Some help text + - - Some help text - `; @@ -45,12 +45,12 @@ exports[` Render uncheked checkbox 1`] = ` for="1" > Test label + + Some help text + - - Some help text - `;