Sergey Simonchik

Results 14 issues of Sergey Simonchik

In order to list all available tasks with their dependencies, a custom task should be defined and registered via `--tasks` option. For instance, now WebStorm uses this [code](https://gist.github.com/segrey/6f94e188dab4605c5c10). Tasks are...

### Version 27.4.5 ### Steps to reproduce [Reporter.onTestCaseResult](https://github.com/facebook/jest/blob/c98b22097cb6faa3ed3fabf197cbe4f466620b9f/packages/jest-reporters/src/types.ts#L70) doesn't get called on test.todo. ``` // my.test.js test.todo('my todo'); test('my test', () => {}); ``` ``` // my-reporter.js class MyReporter {...

:bug: Bug
good first issue
Help Wanted

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://www.powershellgallery.com/packages/PSReadLine) - [X] Search the existing issues, especially...

Needs-Triage :mag:

Now Karma test tree looks like this: ``` Test Results |_ karma.conf.js |_ Chrome 28.0.1500 (Linux) |_ |_ ``` Root node {{Test Results}} is useless and can be removed. If...