Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jan 11, 2025
1 parent a7d1968 commit 1f72a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/development.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ describe('test/development.test.ts', () => {
.get('/app-hasDir')
.expect(200)
.expect({
hasDir: false,
// work on windows
hasDir: process.platform === 'win32',
});

/*
Expand Down

0 comments on commit 1f72a69

Please sign in to comment.