Skip to content

Commit

Permalink
Auto merge of #3658 - Turbo87:test-selectors, r=pichfl
Browse files Browse the repository at this point in the history
ember-test-selectors: Disable obsolete/deprecated `Component.reopen()` call

see mainmatter/ember-test-selectors#721
  • Loading branch information
bors committed May 28, 2021
2 parents 26853cd + ed2a2e1 commit 9d79f7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ module.exports = function (defaults) {
theme: 'twilight',
components: highlightedLanguages,
},

'ember-test-selectors': {
patchClassicComponent: false,
},

cssModules: {
extension: 'module.css',
plugins: {
Expand Down

0 comments on commit 9d79f7f

Please sign in to comment.