path change (#6224)

This commit is contained in:
John Hill
2023-01-29 13:49:00 -08:00
committed by GitHub
parent d20c2a3e3c
commit 21ce013df2
3 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ const config = {
],
reporter: [
['list'],
['junit', { outputFile: 'test-results/results.xml' }],
['json', { outputFile: 'test-results/results.json' }]
['junit', { outputFile: '../test-results/results.xml' }],
['json', { outputFile: '../test-results/results.json' }]
]
};