Skip to content

Commit

Permalink
Fix eslint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeworrior committed Dec 29, 2019
1 parent d0b2c3f commit 708ccaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/lib/lbt/analyzer/JSModuleAnalyzer.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ function analyzeModule(
}
t.false(info.dynamicDependencies,
"no use of dynamic dependencies should have been detected");

}).then(() => t.end(), (e) => t.fail(`failed to analyze module with error: ${e.message}`));
}

Expand Down

0 comments on commit 708ccaf

Please sign in to comment.