ember-cli / ember-cli-deprecation-workflow

MIT License
165 stars 43 forks source link

Clean up test config for clarity #124

Closed mixonic closed 3 years ago

mixonic commented 3 years ago

Remove a test for "modern" arguments which are now just used through the whole codebase. Cause the test suite to throw when an unhandled exception is encountered.

Remove all use RAISE_ON_DEPRECATION stuff, as this addon has its own configuration for throwing on unhandled deprecation which should be under test here.

Extracted from https://github.com/mixonic/ember-cli-deprecation-workflow/pull/118