Small improvement

This commit is contained in:
Pieter Vander Vennet 2021-07-08 10:11:46 +02:00
parent 844df16524
commit 56efafcabf

View file

@ -10,7 +10,7 @@ export default class T {
test();
} catch (e) {
this.failures.push(name);
console.warn("Failed test: ", name, "because", e);
console.warn(`>>> Failed test in ${this.name}: ${name}because${e}`);
}
}
if (this.failures.length == 0) {