Added arrayEqualsWithoutOrder #14259
Annotations
3 errors and 1 warning
build:
packages/expect/src/index.ts#L102
Type '{ (actual: any, ...rest: Array<any>): any; extend(matchers: MatchersObject): void; addEqualityTesters(customTesters: Tester[]): void; anything: () => AsymmetricMatcher; ... 11 more ...; extractExpectedAssertionsErrors: () => ExpectedAssertionsErrors; }' is not assignable to type 'Expect'.
|
build:
packages/expect/src/index.ts#L398
Property 'arrayEqualsWithoutOrder' is missing in type '{ arrayContaining: (sample: Array<unknown>) => ArrayContaining; closeTo: (expected: number, precision?: number) => CloseTo; objectContaining: (sample: Record<string, unknown>) => ObjectContaining; stringContaining: (expected: string) => StringContaining; stringMatching: (expected: string | RegExp) => StringMatching; }' but required in type 'Omit<AsymmetricMatchers, "any" | "anything">'.
|
build
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading