mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Replace mocha with tape (for security issue)
This commit is contained in:
parent
e47349321a
commit
f697f2e5ba
7 changed files with 154 additions and 695 deletions
|
|
@ -27,7 +27,7 @@ requirejs(['./test/setup'], function () {
|
|||
return;
|
||||
}
|
||||
requirejs(files.map(f => f.replace(/\.js$/, '')), function () {
|
||||
run(); // We can launch the tests!
|
||||
// We can launch the tests!
|
||||
}, function (err) {
|
||||
console.log(err);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue