mstepin
mstepin
It would be ideal to have a configuration option where flaky tests are retried at the end of the run once all other tests are finished. I see it was...
consider this basic code: ```typescript type SomeType = { prop1: string; prop2: string; } type SomeOtherType = { prop3: string; prop4: string; } type AnySomeType = SomeType | SomeOtherType export...
Using VS code 1.85.1 "It's important to note that when a file is under source control and there are changes to be committed, Git will overwrite the file's color with...