Skip to content

Commit

Permalink
Added deprecation workflow for component-template-resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
hiTyagi authored Aug 29, 2024
1 parent 726850f commit cfe868b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/dummy/config/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ window.deprecationWorkflow = window.deprecationWorkflow || {};
window.deprecationWorkflow.config = {
// If we uncomment the line below, any unhandled error i.e a new error introduced would fail the tests.
throwOnUnhandled: true,
workflow: [{ handler: 'silence', matchId: 'ember-string.add-package' }],
workflow: [
{ handler: 'silence', matchId: 'ember-string.add-package' },
{ handler: 'silence', matchId: 'component-template-resolving' }
],
};

0 comments on commit cfe868b

Please sign in to comment.