From 69c1e54b392c1789b7624c980a4313ed8b3be6d1 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 29 Sep 2017 23:03:42 -0700 Subject: [PATCH] update --exit / --no-exit integration test for new default behavior --- test/integration/options.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/options.spec.js b/test/integration/options.spec.js index 86e9b47f8c..dbd7acbe4b 100644 --- a/test/integration/options.spec.js +++ b/test/integration/options.spec.js @@ -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 () {