Update CI workflow to use correct type checking command #12
Annotations
5 errors
build
Process completed with exit code 2.
|
build:
test/unit/tokens.test.ts#L34
Argument of type 'boolean' is not assignable to parameter of type 'CommandContext'.
|
build:
test/unit/slack-api.test.ts#L149
Argument of type '{ cookie: undefined; tokens: { 'team1.slack.com': { token: string; name: string; }; 'team2.slack.com': { token: string; name: string; }; "https://test-workspace.slack.com": { token: string; name: string; }; }; }' is not assignable to parameter of type 'SlackAuth'.
|
build:
test/unit/slack-api.test.ts#L147
Unused '@ts-expect-error' directive.
|
build:
test/unit/commands/my_messages/formatters.test.ts#L241
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|