From c1bcdb1a7a3d4dd9979df4b7fe76274911a6c5da Mon Sep 17 00:00:00 2001 From: "Leo Y. Li" Date: Thu, 25 Apr 2019 15:04:15 -0400 Subject: [PATCH] ADD addon-contexts: snapshot files --- .../addon-contexts.stories.storyshot | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 examples/vue-kitchen-sink/src/stories/__snapshots__/addon-contexts.stories.storyshot diff --git a/examples/vue-kitchen-sink/src/stories/__snapshots__/addon-contexts.stories.storyshot b/examples/vue-kitchen-sink/src/stories/__snapshots__/addon-contexts.stories.storyshot new file mode 100644 index 000000000000..6dc9d78191d9 --- /dev/null +++ b/examples/vue-kitchen-sink/src/stories/__snapshots__/addon-contexts.stories.storyshot @@ -0,0 +1,23 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`Storyshots Addon|Contexts Languages 1`] = ` +
+
+ + Your locale is unknown, so I say NULL! + +
+
+`; + +exports[`Storyshots Addon|Contexts Simple CSS Theming 1`] = ` +
+ + I'm a children of the injected 'div' (where provides a theming context). + +
+`;