Skip to content

Commit d767b42

Browse files
committed
blueprints/validator-test: Fix prettier issue
1 parent bfe68c0 commit d767b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blueprints/validator-test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
const dependencies = this.project.dependencies();
1010
let type;
1111

12-
if (('ember-mocha' in dependencies) || ('ember-cli-mocha' in dependencies)) {
12+
if ('ember-mocha' in dependencies || 'ember-cli-mocha' in dependencies) {
1313
type = 'mocha';
1414
} else if ('ember-cli-qunit' in dependencies) {
1515
type = 'qunit';

0 commit comments

Comments
 (0)