mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 06:07:59 +00:00
Libraries: Move to Userland/Libraries/
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
a = 1;
|
||||
|
||||
test("basic functionality", () => {
|
||||
expect(delete a).toBeTrue();
|
||||
|
||||
expect(() => {
|
||||
a;
|
||||
}).toThrowWithMessage(ReferenceError, "'a' is not defined");
|
||||
});
|
||||
Reference in New Issue
Block a user