From: Eduardo San Martin Morote Date: Thu, 8 Jul 2021 08:51:27 +0000 (+0200) Subject: test: fix command vscode X-Git-Tag: v2.0.0-beta.5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fdd28742cb89e19aa97a8cc496ca3a3ab13d214;p=thirdparty%2Fvuejs%2Fpinia.git test: fix command vscode --- 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" }