mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
* feat(tests): Adds option to skip suite. * fix(tests): Rename context to ctx to avoid clashing mocha's one. * feat(tests): Moves room name generation in hooks. Move also the proxy connection in the hooks. * fix(tests): Avatar checks when using a token. Token has its avatar so we skip the token for avatar tests. * feat(tests): Renames avatars to drop Test from name. * feat(tests): Updates dependencies. * feat(tests): Fix end test log. * feat(tests): AVModeration tests.
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"include": [
|
|
"**/*.ts",
|
|
"../globals.d.ts",
|
|
"./globals.d.ts"
|
|
],
|
|
"extends": "../tsconfig.web",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"@wdio/globals/types",
|
|
"@types/mocha",
|
|
"@wdio/mocha-framework"
|
|
]
|
|
}
|
|
}
|