From 8d3270c3481ac3a5d706d25488a4379227667187 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 7 Jun 2021 23:14:08 +0200 Subject: [PATCH] test: jest vscode --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) 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", } -- 2.47.2