Added arrayEqualsWithoutOrder #14259
Annotations
10 errors and 2 warnings
run tests:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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
Attempt 1 failed. Reason: Child_process exited with error code 1
|
run tests
Attempt 2 failed. Reason: Child_process exited with error code 1
|
Loading