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
commit 1641ae1d96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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