diff --git a/__tests__/basic/__snapshots__/Accordion.android.js.snap b/__tests__/basic/__snapshots__/Accordion.android.js.snap new file mode 100644 index 000000000..7f0266241 --- /dev/null +++ b/__tests__/basic/__snapshots__/Accordion.android.js.snap @@ -0,0 +1,1418 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`renders Header and Content Style Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Icon and Expanded Icon Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Icon and Expanded Icon Style Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Regular Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + Lorem ipsum dolor sit amet + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; diff --git a/__tests__/basic/__snapshots__/Accordion.ios.js.snap b/__tests__/basic/__snapshots__/Accordion.ios.js.snap new file mode 100644 index 000000000..4c3f17ddb --- /dev/null +++ b/__tests__/basic/__snapshots__/Accordion.ios.js.snap @@ -0,0 +1,1418 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`renders Header and Content Style Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Icon and Expanded Icon Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Icon and Expanded Icon Style Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`; + +exports[`renders Regular Accordion 1`] = ` + + + + + + + + + + + + + + + First Element + + +  + + + + + + Lorem ipsum dolor sit amet + + + + + + + + + + + Second Element + + +  + + + + + + + + + + + + Third Element + + +  + + + + + + + + + + +`;