mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Apply code style fix
This commit is contained in:
parent
be0e2e90e1
commit
62b89ea98d
3 changed files with 33 additions and 7 deletions
|
|
@ -13,11 +13,7 @@ describe('swift-xunit tests', () => {
|
|||
const filePath = normalizeFilePath(path.relative(__dirname, fixturePath))
|
||||
const fileContent = fs.readFileSync(fixturePath, {encoding: 'utf8'})
|
||||
|
||||
const trackedFiles = [
|
||||
'Package.swift',
|
||||
'Sources/AcmeLib/AcmeLib.swift',
|
||||
'Tests/AcmeLibTests/AcmeLibTests.swift',
|
||||
]
|
||||
const trackedFiles = ['Package.swift', 'Sources/AcmeLib/AcmeLib.swift', 'Tests/AcmeLibTests/AcmeLibTests.swift']
|
||||
const opts: ParseOptions = {
|
||||
parseErrors: true,
|
||||
trackedFiles
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue