Skip to content

Commit f6cd17e

Browse files
committed
chore: not ideal windows test
1 parent e184708 commit f6cd17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/commands/run.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('apify run', () => {
274274

275275
await runCommand(RunCommand, { flags_purge: true });
276276

277-
expect(lastErrorMessage()).toMatch(/npm run start/);
277+
expect(lastErrorMessage()).toMatch(/npm(?:\.cmd) run start/);
278278
});
279279

280280
describe('input tests', () => {

0 commit comments

Comments
 (0)