Skip to content

Commit

Permalink
fix: remove jest.fn
Browse files Browse the repository at this point in the history
  • Loading branch information
L0wry committed Jun 27, 2018
1 parent f6dfe62 commit e024b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configValidator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ describe('The Config Validator', () => {
gridUrl: 'http://selenium.com:4444/wd/hub'
};

logger.info = jest.fn();
expect(isLocalConfigValid(config)).toBe(false);
const missingFields = logger.info.mock.calls[0][1];
expect(missingFields).toContain(
Expand Down

0 comments on commit e024b9d

Please sign in to comment.