mirror of
https://github.com/TextureGroup/Texture.git
synced 2026-04-07 19:17:39 +00:00
Fix order-dependent ASTextNodeTests (#1963)
This commit is contained in:
@@ -61,6 +61,12 @@
|
||||
- (void)setUp
|
||||
{
|
||||
[super setUp];
|
||||
|
||||
// Reset experimental features to test the first version of ASTextNode.
|
||||
ASConfiguration *config = [ASConfiguration new];
|
||||
config.experimentalFeatures = kNilOptions;
|
||||
[ASConfigurationManager test_resetWithConfiguration:config];
|
||||
|
||||
_textNode = [[ASTextNode alloc] init];
|
||||
_textNodeBucket = [[NSMutableArray alloc] init];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user