Commit 7728412d authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Added monaco_loader test

parent e187edc8
describe('MonacoLoader', () => {
it('sets __monaco_context__', () => {
const monacoContext = require('monaco-editor/dev/vs/loader'); // eslint-disable-line global-require
expect(window.__monaco_context__) // eslint-disable-line no-underscore-dangle
.toBe(monacoContext);
});
});
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment