summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap')
-rw-r--r--spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap14
1 files changed, 14 insertions, 0 deletions
diff --git a/spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap b/spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap
new file mode 100644
index 00000000000..7ce155f6a5d
--- /dev/null
+++ b/spec/frontend/vue_shared/components/__snapshots__/source_editor_spec.js.snap
@@ -0,0 +1,14 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Source Editor component rendering matches the snapshot 1`] = `
+<div
+ data-editor-loading=""
+ id="source-editor-snippet_777"
+>
+ <pre
+ class="editor-loading-content"
+ >
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+ </pre>
+</div>
+`;