Skip to content

Commit

Permalink
Merge pull request #521 from rwjblue/patch-1
Browse files Browse the repository at this point in the history
Ensure test selector stripping works for inline template compilation and co-located components
  • Loading branch information
Turbo87 authored May 7, 2020
2 parents 3dd11fd + 33ce230 commit 7155508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
}
},
"ember-addon": {
"before": [
"ember-cli-htmlbars",
"ember-cli-htmlbars-inline-precompile"
],
"configPath": "tests/dummy/config",
"versionCompatibility": {
"ember": ">=3"
Expand Down

0 comments on commit 7155508

Please sign in to comment.