Skip to content

Commit 5f532e8

Browse files
committed
chore: consolidate CODEOWNERS into .github and remove legacy jest.autoRun from VS Code settings
- remove duplicate .github/workflows/CODEOWNERS and add proper .github/CODEOWNERS - clean up .vscode/settings.json by deleting the deprecated jest.autoRun block
1 parent d06e285 commit 5f532e8

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@
4646
// Testing (Jest)
4747
// ======================================
4848

49-
// Automatically run Jest tests in watch mode for modified files
50-
"jest.autoRun": {
51-
"watch": false, // Disable global watch mode
52-
"onSave": "test-file" // Run tests only for the saved file
53-
},
54-
5549
// Prevent VS Code from opening the Peek View for failed tests
5650
"testing.automaticallyOpenPeekView": "never",
5751

0 commit comments

Comments
 (0)