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)",
|
"name": "openvidu-meet (root)",
|
||||||
"path": ".",
|
"path": ".",
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "openvidu-meet (CE)",
|
"name": "openvidu-meet (CE)",
|
||||||
"path": "meet-ce",
|
"path": "meet-ce",
|
||||||
@ -16,14 +17,14 @@
|
|||||||
"name": "openvidu-meet (PRO)",
|
"name": "openvidu-meet (PRO)",
|
||||||
"path": "meet-pro",
|
"path": "meet-pro",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "testapp",
|
|
||||||
"path": "testapp",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "shared-meet-components",
|
"name": "shared-meet-components",
|
||||||
"path": "meet-ce/frontend/projects/shared-meet-components",
|
"path": "meet-ce/frontend/projects/shared-meet-components",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "meet-testapp",
|
||||||
|
"path": "testapp",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "meet-webcomponent",
|
"name": "meet-webcomponent",
|
||||||
"path": "meet-ce/frontend/webcomponent",
|
"path": "meet-ce/frontend/webcomponent",
|
||||||
@ -34,13 +35,13 @@
|
|||||||
"**/meet-ce": true,
|
"**/meet-ce": true,
|
||||||
"**/meet-pro": true,
|
"**/meet-pro": true,
|
||||||
"**/webcomponent": true,
|
"**/webcomponent": true,
|
||||||
|
"**/webhooks-snippets": true,
|
||||||
|
"**/testapp": true,
|
||||||
"**/.angular": true,
|
"**/.angular": true,
|
||||||
"**/public": true,
|
"**/public": true,
|
||||||
"**/dist": true,
|
"**/dist": true,
|
||||||
"**/node_modules": true,
|
"**/node_modules": true,
|
||||||
"**/test-results": true,
|
"**/test-results": 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