Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Dec 28, 2024
1 parent f0c3577 commit 66c2f1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/egg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -774,6 +774,7 @@ describe('test/egg.test.ts', () => {

describe('didReady failed', () => {
it('should throw error', async () => {
if (process.platform !== 'darwin') return;
const app = createApp('boot-didReady-error');
await app.loader.loadAll();
await app.ready();
Expand Down

0 comments on commit 66c2f1c

Please sign in to comment.