UNPKG

@atproto/api

Version:

Client library for atproto and Bluesky

21 lines (19 loc) 490 B
declare namespace jest { // eslint-disable-next-line interface Matchers<R, T = {}> { toBeModerationResult( expected: ModerationTestSuiteResultFlag[] | undefined, context?: string, stringifiedResult?: string, ignoreCause?: boolean, ): R } interface Expect { toBeModerationResult( expected: ModerationTestSuiteResultFlag[] | undefined, context?: string, stringifiedResult?: string, ignoreCause?: boolean, ): void } }