mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibJS: Convert remaining top-level tests to new system
This commit is contained in:
committed by
Andreas Kling
parent
6d58c48c2f
commit
918f4affd5
@@ -1,5 +1,5 @@
|
||||
test("basic update expression", () => {
|
||||
var o = {};
|
||||
const o = {};
|
||||
o.f = 1;
|
||||
|
||||
expect(o.f++).toBe(1);
|
||||
|
||||
Reference in New Issue
Block a user