You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have tests that the results of most builtins must be used in must_use.spec.ts, but we have also started adding equivalent tests inside the per-builtin validation suites, e.g. #3496.
We should probably move all of these must_use tests into the per-builtin suites to make it clearer what should be covered when adding a new builtin. The dedicated must_use suite would then focus on user-specified @must_use attributes.
The text was updated successfully, but these errors were encountered:
We have tests that the results of most builtins must be used in must_use.spec.ts, but we have also started adding equivalent tests inside the per-builtin validation suites, e.g. #3496.
We should probably move all of these must_use tests into the per-builtin suites to make it clearer what should be covered when adding a new builtin. The dedicated
must_use
suite would then focus on user-specified@must_use
attributes.The text was updated successfully, but these errors were encountered: