We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prettier
1 parent bfe68c0 commit d767b42Copy full SHA for d767b42
blueprints/validator-test/index.js
@@ -9,7 +9,7 @@ module.exports = {
9
const dependencies = this.project.dependencies();
10
let type;
11
12
- if (('ember-mocha' in dependencies) || ('ember-cli-mocha' in dependencies)) {
+ if ('ember-mocha' in dependencies || 'ember-cli-mocha' in dependencies) {
13
type = 'mocha';
14
} else if ('ember-cli-qunit' in dependencies) {
15
type = 'qunit';
0 commit comments