mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Go back to using mocha for unit tests
This commit is contained in:
parent
0322b59e50
commit
41ded74b37
6 changed files with 24 additions and 592 deletions
|
|
@ -46,7 +46,7 @@ requirejs(
|
|||
requirejs(
|
||||
files.map((f) => f.replace(/^out\/amd/, 'vs').replace(/\.js$/, '')),
|
||||
function () {
|
||||
// We can launch the tests!
|
||||
run(); // We can launch the tests!
|
||||
},
|
||||
function (err) {
|
||||
console.log(err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue