Kristjan

Results 26 issues of Kristjan

This would make it easier to replace a mock (that's set up in a beforeEach for reusability) for one specific testcase

**I want to report a bug.** **SonarTS version:** 1.9.0 **Node.js version:** 12.13.0 **TypeScript version:** 3.7.2 **TSLint version:** 5.18.0 **Rule key:** no-invalid-await **Reproducer** ``` interface SomeCallable { (cb: Function): Promise; }...

I noticed today that quite often I have something like ```javascript if (someVar === 'value1') { } ``` and then I need to add another possible value so I either...

Hi, I want to use projectroot/__mocks__/@organization/module.js style mock but the getMockName seems to look for the mock inside node_modules/@organization/module/__mocks__

I'll update and create a PR `➜ bitsyntax-js git:(master) ✗ npm outdated Package Current Wanted Latest Location debug 2.6.9 2.6.9 4.1.1 bitsyntax mocha 1.21.5 1.21.5 6.1.4 bitsyntax pegjs 0.7.0 0.7.0...