Skip to content

Commit a5ac37e

Browse files
test cleanup
1 parent f5a329a commit a5ac37e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/mocha.opts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
--recursive
1+
--bail
2+
--async-only
23
--recursive
34
test/fixtures
45
test/specs

test/specs/callbacks.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ describe('Callback & Promise syntax', function() {
4242
done();
4343
}
4444
catch (e) {
45-
done(e)
45+
done(e);
4646
}
4747
});
4848
}

0 commit comments

Comments
 (0)