summaryrefslogtreecommitdiff
path: root/spec/frontend/content_editor/markdown_snapshot_spec.js
blob: 146208bf8c7c871be801d73617321343df3606c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
import { describeMarkdownSnapshots } from 'jest/content_editor/markdown_snapshot_spec_helper';

jest.mock('~/emoji');

// See https://docs.gitlab.com/ee/development/gitlab_flavored_markdown/specification_guide/#markdown-snapshot-testing
// for documentation on this spec.
//
// NOTE: Unlike the backend markdown_snapshot_spec.rb which has a CE and EE version, there is only
// one version of this spec. This is because the frontend markdown rendering does not require EE-only
// backend features.
describeMarkdownSnapshots('markdown example snapshots in ContentEditor');