Skip to content

Commit

Permalink
Increase coverage of the magicPen style.
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Sep 13, 2015
1 parent c60cfbb commit 3b13cf2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/unexpected.spec.js
Expand Up @@ -7883,4 +7883,12 @@ describe('unexpected', function () {
);
});
});

describe('styles', function () {
describe('#magicPen', function () {
it('should inspect an empty MagicPen instance', function () {
expect(expect.output.clone().magicPen(expect.output.clone()).toString(), 'to equal', 'magicpen()');
});
});
});
});

0 comments on commit 3b13cf2

Please sign in to comment.