Replace mocha with tape (for security issue)

This commit is contained in:
Alex Dima 2020-03-16 16:38:43 +01:00
parent e47349321a
commit f697f2e5ba
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
7 changed files with 154 additions and 695 deletions

View file

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