mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 14:27:10 +01:00
Rename 'test-parser' to 'parser-types'
This commit is contained in:
parent
aed3b29c84
commit
64b8f12bbc
4 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ import * as core from '@actions/core'
|
||||||
import * as github from '@actions/github'
|
import * as github from '@actions/github'
|
||||||
import {parseJestJunit} from './parsers/jest-junit/jest-junit-parser'
|
import {parseJestJunit} from './parsers/jest-junit/jest-junit-parser'
|
||||||
import {parseDartJson} from './parsers/dart-json/dart-json-parser'
|
import {parseDartJson} from './parsers/dart-json/dart-json-parser'
|
||||||
import {ParseOptions, ParseTestResult} from './parsers/test-parser'
|
import {ParseOptions, ParseTestResult} from './parsers/parser-types'
|
||||||
import {getFileContent, normalizeDirPath} from './utils/file-utils'
|
import {getFileContent, normalizeDirPath} from './utils/file-utils'
|
||||||
import {listFiles} from './utils/git'
|
import {listFiles} from './utils/git'
|
||||||
import {getCheckRunSha} from './utils/github-utils'
|
import {getCheckRunSha} from './utils/github-utils'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import {Annotation, ParseOptions, TestResult} from '../test-parser'
|
import {Annotation, ParseOptions, TestResult} from '../parser-types'
|
||||||
|
|
||||||
import {normalizeFilePath} from '../../utils/file-utils'
|
import {normalizeFilePath} from '../../utils/file-utils'
|
||||||
import {Align, Icon, link, table} from '../../utils/markdown-utils'
|
import {Align, Icon, link, table} from '../../utils/markdown-utils'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import {Annotation, ParseOptions, TestResult} from '../test-parser'
|
import {Annotation, ParseOptions, TestResult} from '../parser-types'
|
||||||
import {parseStringPromise} from 'xml2js'
|
import {parseStringPromise} from 'xml2js'
|
||||||
|
|
||||||
import {JunitReport, TestCase, TestSuite, TestSuites} from './jest-junit-types'
|
import {JunitReport, TestCase, TestSuite, TestSuites} from './jest-junit-types'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue