-
-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
I've created a reproduction of this bug here: https://github.com/apellerano-pw/htmlbars-silent-repro
Steps to reproduce
- have an ember app with some kind of deprecation output, e.g. use
{{#with}}in Ember 3.28 - use ember-cli-htmlbars 6.0.1 or higher
- run
ember test --silent(in the repro repo you can donpm run repro)
Expected
There is no build output, only test output
Actual
Deprecation output will be shown in addition to test output
Workaround
Pin your version of ember-cli-htmlbars to 6.0.0
Metadata
Metadata
Assignees
Labels
No labels