Skip to content

Commit

Permalink
chore: reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 1, 2023
1 parent 8d2edab commit 732b207
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ test('🧪 run() should throw an error if the GPG signature verification fails.'
nock('http://localhost.test')
.get('/dummy-cc-reporter')
.reply(200, async () => {
const dummyReporterFile =
`./test/fixtures/dummy-cc-reporter-before-build-error.${EXE_EXT}`;
const dummyReporterFile = `./test/fixtures/dummy-cc-reporter-before-build-error.${EXE_EXT}`;
const dummyReporter = await readFileAsync(dummyReporterFile);
return toReadableStream(dummyReporter);
});
Expand Down

0 comments on commit 732b207

Please sign in to comment.