mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Fix imports in main.ts
This commit is contained in:
parent
6f3367ef61
commit
6e20ef250b
3 changed files with 41 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import core from '@actions/core'
|
||||
import github from '@actions/github'
|
||||
import fs from 'fs'
|
||||
import * as core from '@actions/core'
|
||||
import * as github from '@actions/github'
|
||||
import * as fs from 'fs'
|
||||
import glob from 'fast-glob'
|
||||
import {parseDartJson} from './parsers/dart-json/dart-json-parser'
|
||||
import {parseDotnetTrx} from './parsers/dotnet-trx/dotnet-trx-parser'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue