Skip to content

Commit 07f3ba9

Browse files
author
Robert Jackson
committed
Fix linting error.
1 parent 0a5b4cb commit 07f3ba9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ember-qunit-codemod.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ module.exports = function(file, api) {
300300
let moduleInvocation = j.expressionStatement(buildModule(moduleInfo.moduleName, callback));
301301

302302
if (moduleInfo.moduleOptions) {
303-
let customMethodBeforeEachBody, customMethodBeforeEachExpression;
304-
305303
moduleInfo.moduleOptions.properties.forEach(property => {
306304
if (moduleInfo.setupType) {
307305
let expressionCollection = j(property.value);

0 commit comments

Comments
 (0)