debian-mirror-gitlab/spec/frontend/content_editor/markdown_snapshot_spec.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
571 B
JavaScript
Raw Normal View History

2022-08-13 15:12:31 +05:30
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.
2023-01-13 00:05:48 +05:30
//
// 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');