mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 13:25:08 +00:00
LibJS: Add missing load("test-common.js") to comments-basic.js
This fixes the test which is currently failing with "ReferenceError: 'assert' not known".
This commit is contained in:
parent
b237ba57ea
commit
823fb9d9aa
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
load("test-common.js")
|
||||
|
||||
try {
|
||||
var i = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue