Skip to content

Commit

Permalink
update --exit / --no-exit integration test for new default behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 30, 2017
1 parent 7278119 commit 69c1e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/options.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ describe('options', function () {
};

describe('default behavior', function () {
it('should force exit after root suite completion', runExit(true));
it('should force exit after root suite completion', runExit(false));
});

describe('with exit enabled', function () {
Expand Down

0 comments on commit 69c1e54

Please sign in to comment.