mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 12:20:00 +01:00
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
test("debugger keyword", () => {
|
|
expect("debugger").toEval();
|
|
});
|