mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Fix test running
This commit is contained in:
parent
4158e69096
commit
09e0f8b047
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ var requirejs = require("requirejs");
|
|||
var path = require('path');
|
||||
|
||||
requirejs.config({
|
||||
baseUrl: 'out',
|
||||
baseUrl: 'release/dev',
|
||||
paths: {
|
||||
'vs/language/typescript': path.join(__dirname, '/../out/amd')
|
||||
'vs/language/typescript': path.join(__dirname, '/../release/dev')
|
||||
},
|
||||
nodeRequire: require
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue