Skip to content

Commit

Permalink
avoid running multiple tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Dec 25, 2023
1 parent 5516a56 commit fd6aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/__tests__/testRetries.test.ts
Expand Up @@ -72,7 +72,7 @@ describe('Test Retries', () => {
runJest('test-retries', [
'--config',
JSON.stringify(reporterConfig),
'retry.test.js',
'__tests__/retry.test.js',
]);

const testOutput = fs.readFileSync(outputFilePath, 'utf8');
Expand Down

0 comments on commit fd6aaf0

Please sign in to comment.