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