mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Try to enable smoketests also on webkit
This commit is contained in:
parent
dfe35b15bb
commit
45227a089e
4 changed files with 6 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ afterEach(async () => {
|
|||
await page.close();
|
||||
});
|
||||
|
||||
describe('Smoke Test', () => {
|
||||
describe(`Smoke Test '${TESTS_TYPE}'`, () => {
|
||||
it('`monacoAPI` is exposed as global', async () => {
|
||||
assert.strictEqual(await page.evaluate(`typeof monacoAPI`), 'object');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue