ampproject / amp-toolbox

A collection of AMP tools making it easier to publish and host AMP pages.
Apache License 2.0
449 stars 243 forks source link

Enable optional transformers for their own tests #1220

Closed schlessera closed 3 years ago

schlessera commented 3 years ago

The PR for adding fast and full default configs disabled some transformers by default and had the spec tests be adapted without running the AutoExtensionsImporter and SeparateKeyframes transformers for their own respective tests.

This PR adds configuration to enable these transformers for their own tests.

TODO: What about the end-to-end tests? Those we changed considerably with the above PR as well...

sebastianbenz commented 3 years ago

End-to-end tests are handled as they're now run for both configurations fast and full.