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 Oct 1, 2017
1 parent 3fdd3ff commit fa228e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/options.spec.js
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 fa228e9

Please sign in to comment.