fix: Jestの自動実行を無効に

This commit is contained in:
Ry0taK 2023-03-05 14:40:41 +09:00
parent 4cf3bc53c2
commit f5b63d8287

View file

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