mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
This commit is contained in:
parent
71919c681e
commit
8267281d21
5 changed files with 47 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ global.document = tmp.window.document;
|
|||
global.navigator = tmp.window.navigator;
|
||||
global.self = global;
|
||||
global.document.queryCommandSupported = function () { return false; };
|
||||
global.window = { location: {} };
|
||||
global.window = { location: {}, navigator: tmp.window.navigator };
|
||||
|
||||
requirejs(['./test/setup'], function () {
|
||||
glob('release/dev/*/*.test.js', { cwd: path.dirname(__dirname) }, function (err, files) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue