mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Fix code formatting and update snapshot for dotnet-unit tests
This commit is contained in:
parent
ce340de8b9
commit
c40b69fc4a
3 changed files with 14 additions and 15 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import { Console } from 'console'
|
||||
import {ParseOptions, TestParser} from '../../test-parser'
|
||||
import {
|
||||
TestCaseError,
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export interface RspecExample {
|
|||
exception?: RspecException
|
||||
}
|
||||
|
||||
type TestStatus = 'passed' | 'failed' | 'pending';
|
||||
type TestStatus = 'passed' | 'failed' | 'pending'
|
||||
|
||||
export interface RspecException {
|
||||
class: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue