Skip to content

Commit

Permalink
Fix tests failing when enabling template-only-glimmer-components.
Browse files Browse the repository at this point in the history
These tests were attempting to modify the
`ENV._TEMPLATE_ONLY_GLIMMER_COMPONENTS` value at runtime, but load
different code when it is and isn't set. So now that the test suite is setting
`template-only-glimmer-components` when the Ember code loads we can no
longer "fake" these tests.

However, the changes to the test runner mean that we still test this
both on and off so we are not loosing coverage.
  • Loading branch information
rwjblue committed Feb 28, 2020
1 parent 03b1378 commit cfb74eb
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 191 deletions.
Loading

0 comments on commit cfb74eb

Please sign in to comment.