Skip to content

Commit

Permalink
Ref: ember-test-selectors strip set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarBajpai committed May 13, 2021
1 parent cd0a31d commit 0ca87c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = function (defaults) {
let app = new EmberApp(defaults, {
// Add options here
'ember-test-selectors': {
strip: false,
strip: true,
},
});

Expand Down

0 comments on commit 0ca87c7

Please sign in to comment.