Skip to content

Commit

Permalink
😭 Aaaaa! I don't understand JS!
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhama committed Nov 16, 2019
1 parent b66b977 commit 64661fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/it-optional.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function testOptional(title, fn, isAsync) {
if (isAsync) {
function testOptional(title, fn, isAsyncTest) {
if (isAsyncTest) {
it(title, function test(done) {
try {
fn.call(this, done);
Expand Down

0 comments on commit 64661fe

Please sign in to comment.