Skip to content

Commit

Permalink
fixup! 100% coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
richardscarrott committed Feb 14, 2017
1 parent e7cc62e commit 867b599
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
} from '../../test/fixtures/userAgentStrings';

describe('about', () => {
it('logs the browser, engine and os information', () => {
it('logs the return value of parse', () => {
about(MAC_OS_10_7_3_CHROME_20_0_1132_57_WEBKIT_536_11);
expect(console.table).toBeCalledWith('parse');
});
Expand Down

0 comments on commit 867b599

Please sign in to comment.