Add type-only import test case for dependencyExtractor #14094
Annotations
4 errors and 1 warning
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 4
Set {
+ "inv3",
"inv4",
"inv5",
+ "inv6",
+ "inv7",
+ "inv8",
}
at Object.toEqual (packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js:112:37)
|
run tests with coverage:
undefined#L1
expect(received).toEqual(expected) // deep equality
- Expected - 0
+ Received + 4
Set {
+ "inv3",
"inv4",
"inv5",
+ "inv6",
+ "inv7",
+ "inv8",
}
at Object.toEqual (packages/jest-haste-map/src/lib/__tests__/dependencyExtractor.test.js:112:37)
|
run tests with coverage
The operation was canceled.
|
run tests with coverage
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Loading