From: Eduardo San Martin Morote Date: Mon, 7 Jun 2021 21:14:08 +0000 (+0200) Subject: test: jest vscode X-Git-Tag: v2.0.0-beta.3~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3270c3481ac3a5d706d25488a4379227667187;p=thirdparty%2Fvuejs%2Fpinia.git test: jest vscode --- diff --git a/.vscode/settings.json b/.vscode/settings.json index 9f19c85c..bceeeda4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,4 +7,5 @@ }, "volar.tsPlugin": true, "typescript.tsdk": "node_modules/typescript/lib", + "jest.jestCommandLine": "yarn jest --watch", }