mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-17 06:47:09 +01:00
node16
This commit is contained in:
parent
e5aa1531a6
commit
411cf3d74b
19 changed files with 82 additions and 119 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import * as fs from 'fs'
|
||||
import glob from 'fast-glob'
|
||||
import {FileContent, InputProvider, ReportInput} from './input-provider'
|
||||
import {listFiles} from '../utils/git'
|
||||
import {FileContent, InputProvider, ReportInput} from './input-provider.js'
|
||||
import {listFiles} from '../utils/git.js'
|
||||
|
||||
export class LocalFileProvider implements InputProvider {
|
||||
constructor(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue