Skip to content

Commit 7e02dd7

Browse files
authored
Merge pull request #18904 from mozilla/bug/unique-jest-output-name
bug(test-reports) Give accounts-rate-limit a unique jest output direc…
2 parents 2af4220 + 5b71549 commit 7e02dd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/accounts/rate-limit/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default {
1414
'jest-junit',
1515
{
1616
outputDirectory: 'artifacts/tests/lib/accounts/rate-limit',
17-
outputName: 'nestjs-customs-jest-unit-results.xml',
17+
outputName: 'accounts-rate-limit-jest-unit-results.xml',
1818
},
1919
],
2020
],

0 commit comments

Comments
 (0)