mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Fix integration tests
This commit is contained in:
parent
18916e97a4
commit
eb82671c37
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@ var jsdom = require('jsdom-no-contextify');
|
|||
requirejs.config({
|
||||
baseUrl: '',
|
||||
paths: {
|
||||
'vs': '../vscode/out/vs'
|
||||
// 'vs': 'node_modules/monaco-editor-core/dev/vs'
|
||||
// 'vs': '../vscode/out/vs'
|
||||
'vs': 'node_modules/monaco-editor-core/dev/vs'
|
||||
},
|
||||
nodeRequire: require
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue