workspace: exclude testapp folder from file watcher

This commit is contained in:
Carlos Santos 2025-10-16 13:23:22 +02:00
parent 71dacc58c4
commit 5304b55279

View File

@ -40,6 +40,7 @@
"**/node_modules": true, "**/node_modules": true,
"**/test-results": true, "**/test-results": true,
"**/webhooks-snippets": true, "**/webhooks-snippets": true,
"**/testapp": true,
}, },
"jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"], "jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"],
"mochaExplorer.files": "tests/e2e/**/*.test.ts", "mochaExplorer.files": "tests/e2e/**/*.test.ts",