From 143364d32e9e2223f94ac82af6fe4f5c7c9afb1e Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Mon, 31 Aug 2020 11:50:25 +0800 Subject: [PATCH] Update snapshots --- .../__snapshots__/index.stories.storyshot | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/vue-kitchen-sink/src/stories/issues/11839-undefined-bolean-prop/__snapshots__/index.stories.storyshot diff --git a/examples/vue-kitchen-sink/src/stories/issues/11839-undefined-bolean-prop/__snapshots__/index.stories.storyshot b/examples/vue-kitchen-sink/src/stories/issues/11839-undefined-bolean-prop/__snapshots__/index.stories.storyshot new file mode 100644 index 000000000000..dfc34df7a84f --- /dev/null +++ b/examples/vue-kitchen-sink/src/stories/issues/11839-undefined-bolean-prop/__snapshots__/index.stories.storyshot @@ -0,0 +1,7 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Storyshots Issues/11839 undefined boolean Primary 1`] = ` +
+ Disabled: false +
+`;