chore: lint

This commit is contained in:
Jesse Mazzella 2024-10-28 15:56:12 -07:00
parent 40c0181e28
commit ff9b922321

View File

@ -80,7 +80,7 @@ const config = {
outputFolder: '../../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840
}
],
['junit', { outputFile: '../test-results/results.xml' }]
['junit', { outputFile: '../test-results/results.xml' }]
]
};