mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:07:45 +00:00
LibJS/Tests: Remove outdated FIXME comment
This commit is contained in:
parent
95059b9549
commit
f51f5e135a
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ describe("[[Call]] trap normal behavior", () => {
|
||||||
const handler = {
|
const handler = {
|
||||||
apply(target, this_, arguments_) {
|
apply(target, this_, arguments_) {
|
||||||
expect(target).toBe(f);
|
expect(target).toBe(f);
|
||||||
// FIXME: `this_` is currently `handler`
|
|
||||||
expect(this_).toBeUndefined();
|
expect(this_).toBeUndefined();
|
||||||
if (arguments_[2]) {
|
if (arguments_[2]) {
|
||||||
return arguments_[0] * arguments_[1];
|
return arguments_[0] * arguments_[1];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue