Add tests for create onboarding extension request api #11257
Annotations
10 errors and 1 warning
Run yarn:
test/integration/onboardingExtension.test.ts#L8
Cannot find module '../../types/onboardingExtension' or its corresponding type declarations.
|
Run yarn:
test/integration/onboardingExtension.test.ts#L9
'"../../constants/requests"' has no exported member named 'ONBOARDING_REQUEST_CREATED_SUCCESSFULLY'. Did you mean 'REQUEST_CREATED_SUCCESSFULLY'?
|
Run yarn:
test/integration/onboardingExtension.test.ts#L9
Module '"../../constants/requests"' has no exported member 'UNAUTHORIZED_TO_CREATE_ONBOARDING_EXTENSION_REQUEST'.
|
Run yarn:
test/integration/onboardingExtension.test.ts#L27
Property 'ONBOARDING' does not exist on type '{ OOO: string; EXTENSION: string; TASK: string; ALL: string; }'.
|
Run yarn:
test/integration/onboardingExtension.test.ts#L33
Property 'ONBOARDING' does not exist on type '{ OOO: string; EXTENSION: string; TASK: string; ALL: string; }'.
|
Run yarn:
test/unit/middlewares/onboardingExtensionRequestValidator.test.ts#L2
Cannot find module '../../../middlewares/validators/onboardingExtensionRequest' or its corresponding type declarations.
|
Run yarn:
test/unit/middlewares/onboardingExtensionRequestValidator.test.ts#L4
Cannot find module '../../../types/onboardingExtension' or its corresponding type declarations.
|
Run yarn:
test/unit/middlewares/onboardingExtensionRequestValidator.test.ts#L25
Property 'ONBOARDING' does not exist on type '{ OOO: string; EXTENSION: string; TASK: string; ALL: string; }'.
|
Run yarn:
test/unit/middlewares/skipAuthenticateForOnboardingExtension.test.ts#L2
Cannot find module '../../../middlewares/skipAuthenticateForOnboardingExtension' or its corresponding type declarations.
|
Run yarn:
test/unit/middlewares/skipAuthenticateForOnboardingExtension.test.ts#L30
Property 'ONBOARDING' does not exist on type '{ OOO: string; EXTENSION: string; TASK: string; ALL: string; }'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading