Fix monaco checks

上级 9545d582
dist/**/*.js
dist/**/*.ttf
/dist/**/*.js
/dist/**/*.ttf
/out/
......@@ -75,8 +75,8 @@ describe('API Integration Tests', function (): void {
await page.goto(APP);
});
it('Default initialization should be error-less', async function (): Promise<any> {
assert.equal(await page.evaluate(`monaco.editor.DefaultEndOfLine[1]`), 'LF');
it('`monaco` is not exposed as global', async function (): Promise<any> {
assert.equal(await page.evaluate(`typeof monaco`), 'undefined');
});
it('Focus and Type', async function (): Promise<any> {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册