diff --git a/.vscode/settings.json b/.vscode/settings.json index 6a0497946d8d95314a4ca2a0115ada177d5d258c..baffbe18ecdd1a02a21af9477e9b522ef5abc17e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,6 @@ "typescript.tsdk": "node_modules/typescript/lib", "files.associations": { "*.test.ts": "typescript" - } + }, + "jest.autoRun": "off" } \ No newline at end of file