mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 22:54:57 +00:00
LibJS: Use the native assert() implementation now avaiable in 'js -t'
Switch the LibJS test suite to use the native assert implementation surfaced inside the js repl when it's launched in test mode.
This commit is contained in:
parent
4233c8662b
commit
bc40908d32
60 changed files with 2 additions and 119 deletions
|
@ -1,5 +1,3 @@
|
|||
function assert(x) { if (!x) throw 1; }
|
||||
|
||||
try {
|
||||
var a = [1, 2, 3];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue