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/repository/mixins/highlight_mixin_spec.js')
-rw-r--r--spec/frontend/repository/mixins/highlight_mixin_spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/frontend/repository/mixins/highlight_mixin_spec.js b/spec/frontend/repository/mixins/highlight_mixin_spec.js
index c635c09d1aa..ccde41f62e5 100644
--- a/spec/frontend/repository/mixins/highlight_mixin_spec.js
+++ b/spec/frontend/repository/mixins/highlight_mixin_spec.js
@@ -41,7 +41,6 @@ describe('HighlightMixin', () => {
mixins: [highlightMixin],
inject: {
highlightWorker: { default: workerMock },
- glFeatures: { default: { highlightJsWorker: true } },
},
template: '<div>{{chunks[0]?.highlightedContent}}</div>',
created() {