unit tests fixed #485
ci.yaml
on: push
Matrix: Build
Matrix: Lint Code
Matrix: Unit Tests
Matrix: Integration Tests
Annotations
9 errors
Build (18.x):
src/services/authenticationService/authenticationService.ts#L16
Property 'basic' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x):
src/services/authenticationService/authenticationService.ts#L17
Property 'basic' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x):
src/services/authenticationService/authenticationService.ts#L20
Property 'oauth2' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x):
src/services/authenticationService/authenticationService.ts#L21
Property 'oauth2' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x):
src/services/authenticationService/authenticationService.ts#L24
Property 'personalAccessToken' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x):
src/services/authenticationService/authenticationService.ts#L25
Property 'personalAccessToken' does not exist on type '{ personalAccessToken: string; } | { basic: (Without<{ email: string; apiToken: string; }, { username: string; password: string; }> & { username: string; password: string; }) | (Without<...> & { ...; }); }'.
|
Build (18.x)
Process completed with exit code 2.
|
Build (20.x)
The job was canceled because "_18_x" failed.
|
Build (20.x)
A task was canceled.
|