mirror of
https://github.com/dorny/test-reporter.git
synced 2026-03-22 07:52:14 +01:00
Refactor test-reporter to module based package
This commit is contained in:
parent
02510bde1f
commit
ef1f9a4e60
23 changed files with 90 additions and 89 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import {ParseOptions, TestParser} from '../../test-parser'
|
||||
import {ParseOptions, TestParser} from '../../test-parser.js'
|
||||
import {
|
||||
TestCaseError,
|
||||
TestCaseResult,
|
||||
|
|
@ -6,8 +6,8 @@ import {
|
|||
TestGroupResult,
|
||||
TestRunResult,
|
||||
TestSuiteResult
|
||||
} from '../../test-results'
|
||||
import {RspecJson, RspecExample} from './rspec-json-types'
|
||||
} from '../../test-results.js'
|
||||
import {RspecJson, RspecExample} from './rspec-json-types.js'
|
||||
|
||||
export class RspecJsonParser implements TestParser {
|
||||
assumedWorkDir: string | undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue