]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
test: fix command vscode
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Jul 2021 08:51:27 +0000 (10:51 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 8 Jul 2021 08:51:27 +0000 (10:51 +0200)
.vscode/settings.json

index bceeeda40c14d546039138019fbbcb9e74d86e1e..7687b30ab761bb58f0d8d5003b5a3fc70cfc1e49 100644 (file)
@@ -7,5 +7,5 @@
   },
   "volar.tsPlugin": true,
   "typescript.tsdk": "node_modules/typescript/lib",
-  "jest.jestCommandLine": "yarn jest --watch",
+  "jest.jestCommandLine": "yarn jest --watchAll"
 }