mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 15:14:13 +00:00
LibJS/Tests: Remove outdated FIXME comment
This commit is contained in:
@@ -13,7 +13,6 @@ describe("[[Call]] trap normal behavior", () => {
|
||||
const handler = {
|
||||
apply(target, this_, arguments_) {
|
||||
expect(target).toBe(f);
|
||||
// FIXME: `this_` is currently `handler`
|
||||
expect(this_).toBeUndefined();
|
||||
if (arguments_[2]) {
|
||||
return arguments_[0] * arguments_[1];
|
||||
|
||||
Reference in New Issue
Block a user