Fix code style

This commit is contained in:
Michal Dorner 2022-08-19 21:51:16 +02:00
parent 6e6916e139
commit 95a2c485e0
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
import { DEFAULT_LOCALE } from "./utils/node-utils" import {DEFAULT_LOCALE} from './utils/node-utils'
export class TestRunResult { export class TestRunResult {
constructor(readonly path: string, readonly suites: TestSuiteResult[], private totalTime?: number) {} constructor(readonly path: string, readonly suites: TestSuiteResult[], private totalTime?: number) {}

View file

@ -1,6 +1,6 @@
import {normalizeFilePath} from './path-utils' import {normalizeFilePath} from './path-utils'
export const DEFAULT_LOCALE = 'en-US'; export const DEFAULT_LOCALE = 'en-US'
export function getExceptionSource( export function getExceptionSource(
stackTrace: string, stackTrace: string,