debian-mirror-gitlab/spec/frontend/__mocks__/monaco-yaml/index.js

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

5 lines
115 B
JavaScript
Raw Normal View History

2022-11-25 23:54:43 +05:30
const setDiagnosticsOptions = jest.fn();
const yamlDefaults = {};
export { setDiagnosticsOptions, yamlDefaults };