From 5fdd28742cb89e19aa97a8cc496ca3a3ab13d214 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 8 Jul 2021 10:51:27 +0200 Subject: [PATCH] test: fix command vscode --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bceeeda4..7687b30a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,5 @@ }, "volar.tsPlugin": true, "typescript.tsdk": "node_modules/typescript/lib", - "jest.jestCommandLine": "yarn jest --watch", + "jest.jestCommandLine": "yarn jest --watchAll" } -- 2.47.2