Customizing unit tests in the VS Code extension #66
Annotations
10 errors
|
lint:
src/commands/unitTest.ts#L331
Unexpected control character(s) in regular expression: \x1b
|
|
lint:
src/commands/unitTest.ts#L297
Replace `⏎········?·"passed"⏎········:·result.status·===·TestStatus.Failed⏎········?·"failed"⏎·······` with `·?·"passed"·:·result.status·===·TestStatus.Failed·?·"failed"`
|
|
lint:
src/commands/unitTest.ts#L286
Replace `⏎······(e)·=>·e.document.uri.toString()·===·item.uri.toString()⏎····` with `(e)·=>·e.document.uri.toString()·===·item.uri.toString()`
|
|
lint:
src/commands/unitTest.ts#L217
Replace `classResult.status·??·TestStatus.Passed` with `(classResult.status·??·TestStatus.Passed)`
|
|
lint:
src/commands/unitTest.ts#L209
Replace `⏎····requestedMethods·&&·requestedMethods.size⏎······?·Array.from(requestedMethods)⏎·····` with `·requestedMethods·&&·requestedMethods.size·?·Array.from(requestedMethods)`
|
|
lint:
src/commands/unitTest.ts#L205
Replace `⏎····(summary)·=>·summary.status·===·TestStatus.Failed⏎··` with `(summary)·=>·summary.status·===·TestStatus.Failed`
|
|
lint:
src/commands/unitTest.ts#L112
Replace `⏎··clsItem:·vscode.TestItem,⏎··methodName:·string⏎` with `clsItem:·vscode.TestItem,·methodName:·string`
|
|
lint:
src/commands/unitTest.ts#L101
Unnecessary escape character: \?
|
|
lint:
src/commands/unitTest.ts#L101
Unnecessary escape character: \*
|
|
lint:
src/commands/unitTest.ts#L63
Insert `·`
|
Loading