mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Fix code style
This commit is contained in:
parent
6e6916e139
commit
95a2c485e0
3 changed files with 3 additions and 3 deletions
|
|
@ -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) {}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue