Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/editor/helpers.js')
-rw-r--r--spec/frontend/editor/helpers.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/frontend/editor/helpers.js b/spec/frontend/editor/helpers.js
index 252d783ad6d..48d83a87a6e 100644
--- a/spec/frontend/editor/helpers.js
+++ b/spec/frontend/editor/helpers.js
@@ -49,6 +49,12 @@ export const SEConstExt = () => {
};
};
+export const SEExtWithoutAPI = () => {
+ return {
+ extensionName: 'SEExtWithoutAPI',
+ };
+};
+
export class SEWithSetupExt {
static get extensionName() {
return 'SEWithSetupExt';