gitlab-org--gitlab-foss/spec/javascripts/repo/lib/editor_options_spec.js

8 lines
214 B
JavaScript

import editorOptions from '~/ide/lib/editor_options';
describe('Multi-file editor library editor options', () => {
it('returns an array', () => {
expect(editorOptions).toEqual(jasmine.any(Array));
});
});