Added arrayEqualsWithoutOrder #14259
Annotations
10 errors and 3 warnings
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
|
run tests with coverage:
undefined#L1
expect(received).toThrow(expected)
Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'."
Received message: "You must provide an array to ArrayContaining, not 'string'."
at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13)
at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: false
Received: true
at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
|
run tests with coverage:
undefined#L1
expect(received).toThrow(expected)
Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'."
Received message: "You must provide an array to ArrayNotContaining, not 'string'."
at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13)
at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
|
run tests with coverage:
undefined#L1
expect(received).toThrow(expected)
Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'."
Received message: "You must provide an array to ArrayContaining, not 'string'."
at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13)
at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: false
Received: true
at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:175:22)
|
run tests with coverage:
undefined#L1
expect(received).toThrow(expected)
Expected substring: "You must provide an array to ArrayNotEqualsWithoutOrder, not 'string'."
Received message: "You must provide an array to ArrayNotContaining, not 'string'."
at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13)
at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:183:6)
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
at Object.toEqual (packages/expect/src/__tests__/asymmetricMatchers.test.ts:149:22)
|
run tests with coverage:
undefined#L1
expect(received).toThrow(expected)
Expected substring: "You must provide an array to ArrayEqualsWithoutOrder, not 'string'."
Received message: "You must provide an array to ArrayContaining, not 'string'."
at ArrayEqualsWithoutOrder.asymmetricMatch (packages/expect/src/asymmetricMatchers.ts:229:13)
at Object.toThrow (packages/expect/src/__tests__/asymmetricMatchers.test.ts:161:6)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
run tests with coverage
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests with coverage
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading