Skip to content

Commit 5b71549

Browse files
committed
bug(test-reports) Give accounts-rate-limit a unique jest output directory
Because: - Test metrics require unique file names for upload This Commit: - updates the accounts-rate-limit jest to have a unique name
1 parent 2af4220 commit 5b71549

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)