Remix.run Logo
u_sama 10 hours ago

That is what the testing suite is there to check, no?

layer8 9 hours ago | parent | next [-]

No. Testing generally can only falsify, not verify. It’s complementary to code review, not a substitute for it.

kneel25 10 hours ago | parent | prev [-]

You mean the testing suite generated by AI?

trflynn89 8 hours ago | parent | next [-]

The primary JS test suite is maintained by the authors of the specification itself: https://github.com/tc39/test262

Jolter 8 hours ago | parent | prev | next [-]

It isn’t, in this case.

u_sama 8 hours ago | parent | prev [-]

No, a real test suite, either their own which they developped or the official ECMA one