Refactor workspace configuration: reorder entries and adjust testapp name for avoiding exlusion
This commit is contained in:
parent
39125121ea
commit
8b494fec1f
@ -8,6 +8,7 @@
|
||||
"name": "openvidu-meet (root)",
|
||||
"path": ".",
|
||||
},
|
||||
|
||||
{
|
||||
"name": "openvidu-meet (CE)",
|
||||
"path": "meet-ce",
|
||||
@ -16,14 +17,14 @@
|
||||
"name": "openvidu-meet (PRO)",
|
||||
"path": "meet-pro",
|
||||
},
|
||||
{
|
||||
"name": "testapp",
|
||||
"path": "testapp",
|
||||
},
|
||||
{
|
||||
"name": "shared-meet-components",
|
||||
"path": "meet-ce/frontend/projects/shared-meet-components",
|
||||
},
|
||||
{
|
||||
"name": "meet-testapp",
|
||||
"path": "testapp",
|
||||
},
|
||||
{
|
||||
"name": "meet-webcomponent",
|
||||
"path": "meet-ce/frontend/webcomponent",
|
||||
@ -34,13 +35,13 @@
|
||||
"**/meet-ce": true,
|
||||
"**/meet-pro": true,
|
||||
"**/webcomponent": true,
|
||||
"**/webhooks-snippets": true,
|
||||
"**/testapp": true,
|
||||
"**/.angular": true,
|
||||
"**/public": true,
|
||||
"**/dist": true,
|
||||
"**/node_modules": true,
|
||||
"**/test-results": true,
|
||||
"**/webhooks-snippets": true,
|
||||
"**/testapp": true,
|
||||
},
|
||||
"jest.disabledWorkspaceFolders": ["openvidu-meet", "typings", "frontend"],
|
||||
"mochaExplorer.files": "tests/e2e/**/*.test.ts",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user