We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e629bd commit b4a4e2cCopy full SHA for b4a4e2c
1 file changed
Tests/ASTextNodeTests.mm
@@ -61,6 +61,12 @@ @implementation ASTextNodeTests
61
- (void)setUp
62
{
63
[super setUp];
64
+
65
+ // Reset experimental features to test the first version of ASTextNode.
66
+ ASConfiguration *config = [ASConfiguration new];
67
+ config.experimentalFeatures = kNilOptions;
68
+ [ASConfigurationManager test_resetWithConfiguration:config];
69
70
_textNode = [[ASTextNode alloc] init];
71
_textNodeBucket = [[NSMutableArray alloc] init];
72
0 commit comments