From 3d2711d35e6a1199289f87582ecc8c2e6b68a6b1 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Sun, 24 Mar 2019 21:24:30 +0100 Subject: [PATCH] Add missing arg type --- rendering/test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rendering/test.js b/rendering/test.js index a6653316b4..9941a920a9 100755 --- a/rendering/test.js +++ b/rendering/test.js @@ -313,6 +313,7 @@ if (require.main === module) { const options = yargs. option('fix', { describe: 'Accept all screenshots as accepted', + type: 'boolean', default: false }). option('host', {