mirror of https://github.com/n2geoff/testit.git
oops
This commit is contained in:
parent
9cc5d03b79
commit
30982f806b
|
@ -43,16 +43,6 @@
|
|||
r.fail.forEach((f) => document.write(`<br><b>${f}</b>`));
|
||||
}
|
||||
});
|
||||
|
||||
function assert(exp, msg) {
|
||||
try {
|
||||
let val = eval(exp);
|
||||
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue