Skip to content

Commit

Permalink
fix(tests): additional windows-style test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 1, 2023
1 parent 18e310b commit def6f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ test('🧪 run() should convert patterns to locations.', async (t) => {
test('🧪 run() should correctly switch the working directory if given.', async (t) => {
t.plan(1);
t.teardown(() => sandbox.restore());
const filePath = './test.sh';
const filePath = `./test.${EXE_EXT}`;
nock('http://localhost.test')
.get('/dummy-cc-reporter')
.reply(200, async () => {
Expand Down

0 comments on commit def6f6d

Please sign in to comment.