Results 788 comments of Benjamin Gruenbaum

> Hey, @nodejs/tsc I'd like to pin this issue, due to its high-visibility and impact on the project. Pins are typically used in order to catch cases we have breakages/bugs...

> This is a proposal to add suite hooks to the test runner. Makes it possible to add setup and teardown for an entire suite. Hey, thanks for the PR!...

I am fine with landing this (since it's an improvement) but no benchmarks. (as a side note nice seeing you back!)

(LGTM is in principle, this is a draft)

Sounds like a legitimate feature to me

@GeoffreyBooth > I don’t buy the argument that Node should just warn or ignore the error; you asked Node to load a file, and it couldn’t, so it should error....

@nodejs/test_runner not displaying filtered out tests seems reasonable to me wdyt?

@nodejs/test_runner @MoLow I think in any case the callback test failing shouldn't interfere with any of the other tests. Re: the second example - The "fail the test file for...