summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorRy0taK <49341894+Ry0taK@users.noreply.github.com>2023-03-05 14:40:41 +0900
committerRy0taK <49341894+Ry0taK@users.noreply.github.com>2023-03-05 14:40:41 +0900
commitf5b63d828709cd5a629489341b69a5a0a4028a32 (patch)
treeacda3230bf6adab7878fcb7b4c3e756bc53f6dca /.vscode
parentNew Crowdin updates (#10184) (diff)
downloadmisskey-f5b63d828709cd5a629489341b69a5a0a4028a32.tar.gz
misskey-f5b63d828709cd5a629489341b69a5a0a4028a32.tar.bz2
misskey-f5b63d828709cd5a629489341b69a5a0a4028a32.zip
fix: Jestの自動実行を無効に
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json3
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