mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 02:45:22 -08:00
Apply code style fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user