Merge pull request #10213 from Ry0taK/fix/disable-jest-autorun

fix: Jestの自動実行を無効に
This commit is contained in:
tamaina
2023-03-05 20:13:37 +09:00
committed by GitHub

View File

@@ -5,5 +5,6 @@
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
"files.associations": { "files.associations": {
"*.test.ts": "typescript" "*.test.ts": "typescript"
} },
"jest.autoRun": "off"
} }