Skip to content

Commit

Permalink
Drop ember.component.reopen log
Browse files Browse the repository at this point in the history
Via inclusion of emberjs/ember-jquery#326
  • Loading branch information
mixonic committed Jun 4, 2021
1 parent 2dfaf4d commit 8bb6319
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ module.exports = async function () {
npm: {
devDependencies: {
'ember-source': emberReleaseVersion,
'@ember/jquery': '^1.1.0',
'@ember/jquery':
'emberjs/ember-jquery#6371b0f33665d7a67e9669b52a6b0c37119df8e8',
},
},
},
Expand Down
1 change: 0 additions & 1 deletion tests/dummy/config/deprecation-workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ self.deprecationWorkflow.config = {
* Actual controlled deprecations
*/
{ matchId: 'ember-global', handler: 'log' },
{ matchId: 'ember.component.reopen', handler: 'log' },

/*
* Deprecation setup for tests
Expand Down

0 comments on commit 8bb6319

Please sign in to comment.