Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed May 22, 2019
1 parent 535fe04 commit 6d7818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docusaurus-1.x/lib/server/__tests__/start.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('start server', () => {
const port = 1357;
portFinder.getPortPromise.mockResolvedValue(port);
return start.startServer().then(() => {
expect(server).toHaveBeenCalledWith(port);
expect(server).toHaveBeenCalledWith(port, 'localhost');
});
});

Expand Down

0 comments on commit 6d7818c

Please sign in to comment.