Skip to content

Commit

Permalink
fixup! fixup! Formats explanations
Browse files Browse the repository at this point in the history
  • Loading branch information
skad0 committed Mar 16, 2017
1 parent f8e1a1c commit 97c2adc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/stringify/common.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ test('should throws error if unsupported format given', t => {
});

test('should throws error if unsupported exportType given', t => {
t.throws(() => stringify(cell, { format: 'enb', exportType: 'unsupported' }), 'Specified export type isn\'t supported');
t.throws(
() => stringify(cell, { format: 'enb', exportType: 'unsupported' }), 'Specified export type isn\'t supported'
);
});

0 comments on commit 97c2adc

Please sign in to comment.