emberjs / babel-plugin-ember-template-compilation

Babel implementation of Ember's low-level template-compilation API
9 stars 11 forks source link

Update tests to use code-equality-assertions #11

Closed ef4 closed 2 years ago

ef4 commented 2 years ago

We were seeing spurious test failures due to newer versions of some dep making non-semantic changes to the output formatting. That's what code-equality-assertions is made to address.