Skip to content

Commit

Permalink
fix(tests): more windows-specific test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 1, 2023
1 parent def6f6d commit e05d58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Expand Up @@ -594,7 +594,7 @@ test('🧪 run() should throw an error if the GPG signature verification fails.'
.get('/dummy-cc-reporter')
.reply(200, async () => {
const dummyReporterFile =
'./test/fixtures/dummy-cc-reporter-before-build-error.sh';
`./test/fixtures/dummy-cc-reporter-before-build-error.${EXE_EXT}`;
const dummyReporter = await readFileAsync(dummyReporterFile);
return toReadableStream(dummyReporter);
});
Expand Down

0 comments on commit e05d58f

Please sign in to comment.