Skip to content

Commit

Permalink
export the stylesheet serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Jun 15, 2019
1 parent f584025 commit 4fcf675
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ global.beforeEach(resetStyleSheet);

expect.addSnapshotSerializer(styleSheetSerializer);
expect.extend({ toHaveStyleRule });

module.exports = {
styleSheetSerializer,
};

0 comments on commit 4fcf675

Please sign in to comment.