fix(transformer): fix 'pub build' in examples
This commit is contained in:
@ -123,7 +123,8 @@ void allTests() {
|
||||
});
|
||||
});
|
||||
testPhases(config.name, [[transform]], config.assetPathToInputPath,
|
||||
config.assetPathToExpectedOutputPath, []);
|
||||
config.assetPathToExpectedOutputPath, [],
|
||||
StringFormatter.noNewlinesOrSurroundingWhitespace);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user