From 941bf5aa67e51f47ef36982cc3918936d65d27eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoffer=20=C3=85str=C3=B6m?= Date: Thu, 24 May 2018 10:13:01 +0200 Subject: [PATCH] chore: update description --- src/node/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/options.js b/src/node/options.js index 1b3200dc..70eb1cd2 100644 --- a/src/node/options.js +++ b/src/node/options.js @@ -38,7 +38,7 @@ module.exports = { type: 'boolean', }, exit: { - description: 'After-work.js would force its own process to exit once it was finished executing all tests', + description: 'Force its own process to exit once it was finished executing all tests', default: false, type: 'boolean', },