Skip to content

Commit

Permalink
Add a test ensuring that the new feature is transformed correctly to …
Browse files Browse the repository at this point in the history
…EmberENV
  • Loading branch information
NullVoxPopuli committed Feb 2, 2024
1 parent e381c28 commit eb959b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/optional-features-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,15 @@ QUnit.module('@ember/optional-features', (hooks) => {
'application-template-wrapper': false,
'template-only-glimmer-components': true,
'jquery-integration': true,
'no-implicit-route-model': false,
});

let expected = {
EmberENV: {
_APPLICATION_TEMPLATE_WRAPPER: false,
_TEMPLATE_ONLY_GLIMMER_COMPONENTS: true,
_JQUERY_INTEGRATION: true,
_NO_IMPLICIT_ROUTE_MODEL: false,
},
};

Expand Down

0 comments on commit eb959b0

Please sign in to comment.