diff options
| author | Ry0taK <49341894+Ry0taK@users.noreply.github.com> | 2023-03-05 14:40:41 +0900 |
|---|---|---|
| committer | Ry0taK <49341894+Ry0taK@users.noreply.github.com> | 2023-03-05 14:40:41 +0900 |
| commit | f5b63d828709cd5a629489341b69a5a0a4028a32 (patch) | |
| tree | acda3230bf6adab7878fcb7b4c3e756bc53f6dca /.vscode | |
| parent | New Crowdin updates (#10184) (diff) | |
| download | misskey-f5b63d828709cd5a629489341b69a5a0a4028a32.tar.gz misskey-f5b63d828709cd5a629489341b69a5a0a4028a32.tar.bz2 misskey-f5b63d828709cd5a629489341b69a5a0a4028a32.zip | |
fix: Jestの自動実行を無効に
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 6a0497946d..baffbe18ec 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 |