diff --git a/app/soapbox/features/forms/__tests__/__snapshots__/forms-test.js.snap b/app/soapbox/features/forms/__tests__/__snapshots__/forms-test.js.snap new file mode 100644 index 0000000000..9f04402873 --- /dev/null +++ b/app/soapbox/features/forms/__tests__/__snapshots__/forms-test.js.snap @@ -0,0 +1,101 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders correctly 1`] = ` +
+ +
+`; + +exports[` renders correctly 1`] = ` +
+`; + +exports[` renders correctly 1`] = ` +
+ +
+`; + +exports[` renders correctly 1`] = ` +
+`; + +exports[` renders correctly 1`] = ` +
+
+
+
+`; + +exports[` renders correctly 1`] = ` + +`; + +exports[` renders correctly 1`] = ` +
+`; + +exports[` renders correctly 1`] = ` +
+ +
+`; + +exports[` renders correctly 1`] = ` +
+ +
+`; diff --git a/app/soapbox/features/forms/__tests__/forms-test.js b/app/soapbox/features/forms/__tests__/forms-test.js new file mode 100644 index 0000000000..ffb30b2732 Binary files /dev/null and b/app/soapbox/features/forms/__tests__/forms-test.js differ