workspace: exclude testapp folder from file watcher
This commit is contained in:
parent
71dacc58c4
commit
5304b55279
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user