It's important to keep our core log output as clean as possible to avoid 'crying wolf', and so that any deprecations triggered by plugin/theme tests are indeed caused by that theme/plugin, and not core. This commit will make the core test suite fail if any deprecations are triggered. If a new deprecation is introduced (e.g. as part of a dependency update) and we need more time to resolve it it can be silenced via ember-deprecation-workflow. This does not affect plugin/theme test runs. |
||
|---|---|---|
| .. | ||
| component-test.js | ||
| create-pretender.js | ||
| create-store.js | ||
| d-editor-helper.js | ||
| deprecation-counter.js | ||
| fixture-pretender.js | ||
| notification-types-helper.js | ||
| presence-pretender.js | ||
| qunit-helpers.js | ||
| raise-on-deprecation.js | ||
| review-pretender.js | ||
| reviewable-types-helper.js | ||
| select-kit-helper.js | ||
| site-settings.js | ||
| site.js | ||
| store-pretender.js | ||
| temporary-module-helper.js | ||
| textarea-selection-helper.js | ||