We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a70c8d commit 1a8f669Copy full SHA for 1a8f669
1 file changed
AsyncDisplayKitTests/ASSnapshotTestCase.h
@@ -14,6 +14,12 @@
14
{ \
15
[ASSnapshotTestCase hackilySynchronouslyRecursivelyRenderNode:node__]; \
16
FBSnapshotVerifyLayer(node__.layer, identifier__); \
17
+ [node__ setShouldRasterizeDescendants:YES]; \
18
+ [ASSnapshotTestCase hackilySynchronouslyRecursivelyRenderNode:node__]; \
19
+ FBSnapshotVerifyLayer(node__.layer, identifier__); \
20
+ [node__ setShouldRasterizeDescendants:NO]; \
21
22
23
}
24
25
@interface ASSnapshotTestCase : FBSnapshotTestCase
0 commit comments