Skip to content

Commit

Permalink
test: fix the testcase error of load_boot.test.js (#4041)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxinalex authored and atian25 committed Nov 11, 2019
1 parent 6c55a43 commit 690711b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/core/loader/load_boot.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ describe('test/lib/core/loader/load_boot.test.js', () => {
});

it('should load app.js', async () => {
app.mockLog();
await app.close();
app.expectLog('app is ready');

Expand Down

0 comments on commit 690711b

Please sign in to comment.