Skip to content

MM-59356: Fixing testcase for webapp and server #9

MM-59356: Fixing testcase for webapp and server

MM-59356: Fixing testcase for webapp and server #9

Triggered via pull request July 8, 2024 06:50
Status Failure
Total duration 3m 12s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
webapp-test
Cannot find module 'packages/emoji/src/constants/type' or its corresponding type declarations.
webapp-test
Property 'ids' does not exist on type 'Message'.
webapp-test
Property 'locale' does not exist on type 'IntlConfig'.
webapp-test
Subsequent variable declarations must have the same type. Variable 'AbortSignal' must be of type '{ new (): AbortSignal; prototype: AbortSignal; abort(reason?: any): AbortSignal; timeout(milliseconds: number): AbortSignal; }', but here has type '{ new (): AbortSignal; prototype: AbortSignal; }'.
webapp-test
Type 'Server' is not generic.
webapp-test
Type 'Server' is not generic.
webapp-test
'registerPostTypeComponent', which lacks return-type annotation, implicitly has an 'any' return type.
webapp-test
'registerChannelHeaderButtonAction', which lacks return-type annotation, implicitly has an 'any' return type.
webapp-test
'React' has no exported member named 'Element'. Did you mean 'CElement'?
webapp-test
'registerChannelIntroButtonAction', which lacks return-type annotation, implicitly has an 'any' return type.
webapp-test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/