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).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:12667) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
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).toBe(expected) // Object.is equality
Expected: ""
Received: "(node:14053) ExperimentalWarning: CommonJS module /Users/runner/work/jest/jest/packages/jest-util/build/index.js is loading ES Module /Users/runner/work/jest/jest/jest.config.mjs using require().
Support for loading ES Module in require() is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)"
at Object.toBe (packages/jest-repl/src/__tests__/jest_repl.test.js:31:36)
|
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