mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
Fix tests on non us-EN local env (#185)
* Fix tests on non us-EN local env Different locale might result in different alphabetical order of tests in report. Tests using snapshot comparison then fails * Fix code style
This commit is contained in:
parent
0d00bb14cb
commit
8848447e3f
4 changed files with 14043 additions and 12 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import {normalizeFilePath} from './path-utils'
|
||||
|
||||
export const DEFAULT_LOCALE = 'en-US'
|
||||
|
||||
export function getExceptionSource(
|
||||
stackTrace: string,
|
||||
trackedFiles: string[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue