From e4e8d6ccd6b13655ea82bd392dd8e6650dc6d8cb Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 8 Jan 2019 00:42:22 +0100 Subject: [PATCH] chore: fix snapshots --- .../__snapshots__/DataTable.test.js.snap | 332 ++++++++++++------ .../__snapshots__/ToggleButton.test.js.snap | 249 +++++++++---- 2 files changed, 406 insertions(+), 175 deletions(-) diff --git a/src/components/__tests__/__snapshots__/DataTable.test.js.snap b/src/components/__tests__/__snapshots__/DataTable.test.js.snap index a648417..42db182 100644 --- a/src/components/__tests__/__snapshots__/DataTable.test.js.snap +++ b/src/components/__tests__/__snapshots__/DataTable.test.js.snap @@ -231,40 +231,73 @@ exports[`renders data table pagination 1`] = ` - -  - + + +  + + + - -  - + + +  + + + @@ -416,40 +482,73 @@ exports[`renders data table pagination with label 1`] = ` - -  - + + +  + + + - -  - + + +  + + + diff --git a/src/components/__tests__/__snapshots__/ToggleButton.test.js.snap b/src/components/__tests__/__snapshots__/ToggleButton.test.js.snap index 3f5c015..ac57eac 100644 --- a/src/components/__tests__/__snapshots__/ToggleButton.test.js.snap +++ b/src/components/__tests__/__snapshots__/ToggleButton.test.js.snap @@ -56,40 +56,73 @@ exports[`renders disabled toggle button 1`] = ` - -  - + + +  + + + `; @@ -143,40 +176,73 @@ exports[`renders toggle button 1`] = ` - -  - + + +  + + + `; @@ -237,40 +303,73 @@ exports[`renders unchecked toggle button 1`] = ` - -  - + + +  + + + `;