Fix code formatting and update snapshot for dotnet-unit tests

This commit is contained in:
Jozef Izso 2024-06-25 14:01:36 +02:00
parent ce340de8b9
commit c40b69fc4a
3 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,3 @@
import { Console } from 'console'
import {ParseOptions, TestParser} from '../../test-parser'
import {
TestCaseError,

View file

@ -17,7 +17,7 @@ export interface RspecExample {
exception?: RspecException
}
type TestStatus = 'passed' | 'failed' | 'pending';
type TestStatus = 'passed' | 'failed' | 'pending'
export interface RspecException {
class: string