Igor Savin
Igor Savin
@jsumners I've ran a quick test, and for users of IDEs change proposed in the PR provides a significantly better experience. You can click-run specific tests described within `test()` block,...
@jsumners It doesn't, I've just tested it with WebStorm. ```ts await t.test('https post', async (t) => { t.plan(2) ``` In the code above, try changing t.plan to a different value,...
@climba03003 needs testing. not sure if IDEs handle t.test correctly
@jsumners pino is asynchronous by default, so it doesn't log anything in pino context unless explicitly sync output is used. We should improve our documentation around that use-case @vekexasia You...
want to improve the types of it
What Node versions is this compatible with?
First thing that comes to mind is changes in EventEmitter logic between Node 8 and Node 10.
I will take a look this week!
might be. I'll try to release the updated version this week
Can you please try 1.2.0?