nopeless

Results 190 comments of nopeless

I wrote the implementation in TS and please @ me if I should contribute by rewriting this library to ts

Interesting, hopefully I don't forget to read the code. Thanks for looking into the issue

afaik, vscode uses the NODE_OPTIONS env arg instead of the flag so, mocha should check this

> Until it will be merge (if it ever will) - here is a current work around > ```ts > export function nockDisableScope(scope: nock.Scope) { > // @ts-ignore > const...

Is it not possible to inform the developer which project is actually offending? i.e. the workspace project that does not have `"private": true`? This seems like a useful feature