Skip to content

Commit 4fcf675

Browse files
committed
export the stylesheet serializer
1 parent f584025 commit 4fcf675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ global.beforeEach(resetStyleSheet);
66

77
expect.addSnapshotSerializer(styleSheetSerializer);
88
expect.extend({ toHaveStyleRule });
9+
10+
module.exports = {
11+
styleSheetSerializer,
12+
};

0 commit comments

Comments
 (0)