Y
Hacker News
new
|
ask
|
show
|
jobs
by
u_sama
116 days ago
That is what the testing suite is there to check, no?
2 comments
layer8
116 days ago
No. Testing generally can only falsify, not verify. It’s complementary to code review, not a substitute for it.
link
kneel25
116 days ago
You mean the testing suite generated by AI?
link
trflynn89
116 days ago
The primary JS test suite is maintained by the authors of the specification itself:
https://github.com/tc39/test262
link
Jolter
116 days ago
It isn’t, in this case.
link
u_sama
116 days ago
No, a real test suite, either their own which they developped or the official ECMA one
link