{}}
+ />
+ );
+ expect(container.firstChild).toMatchSnapshot();
+ });
+
+ it("Render uncheked switch", () => {
+ const { container } = render(
+
+ );
+ expect(container.firstChild).toMatchSnapshot();
+ });
+});
diff --git a/src/bootstrap/__tests__/__snapshots__/Switch.test.js.snap b/src/bootstrap/__tests__/__snapshots__/Switch.test.js.snap
new file mode 100644
index 0000000..cc5f8c9
--- /dev/null
+++ b/src/bootstrap/__tests__/__snapshots__/Switch.test.js.snap
@@ -0,0 +1,56 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[` Render switch 1`] = `
+
+`;
+
+exports[` Render uncheked switch 1`] = `
+
+`;