Go back to using mocha for unit tests

This commit is contained in:
Alex Dima 2021-11-17 00:09:58 +01:00
parent 0322b59e50
commit 41ded74b37
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
6 changed files with 24 additions and 592 deletions

View file

@ -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);