Fix testPathPatterns when config is in subdirectory #13442
Annotations
4 errors and 2 warnings
run tests:
undefined#L1
expect(received).toMatchSnapshot()
Snapshot name: `prints the config object 1`
- Snapshot - 1
+ Received + 4
@@ -117,11 +117,14 @@
"silent": false,
"skipFilter": false,
"snapshotFormat": {},
"testFailureExitCode": 1,
"testNamePattern": "",
- "testPathPatterns": [],
+ "testPathPatterns": {
+ "patterns": [],
+ "type": "TestPathPatterns"
+ },
"testSequencer": "@jest/test-sequencer",
"testTimeout": 5000,
"updateSnapshot": "none",
"useStderr": false,
"verbose": false,
at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
|
run tests:
undefined#L1
expect(received).toMatchSnapshot()
Snapshot name: `prints the config object 1`
- Snapshot - 1
+ Received + 4
@@ -117,11 +117,14 @@
"silent": false,
"skipFilter": false,
"snapshotFormat": {},
"testFailureExitCode": 1,
"testNamePattern": "",
- "testPathPatterns": [],
+ "testPathPatterns": {
+ "patterns": [],
+ "type": "TestPathPatterns"
+ },
"testSequencer": "@jest/test-sequencer",
"testTimeout": 5000,
"updateSnapshot": "none",
"useStderr": false,
"verbose": false,
at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
|
run tests:
undefined#L1
expect(received).toMatchSnapshot()
Snapshot name: `prints the config object 1`
- Snapshot - 1
+ Received + 4
@@ -117,11 +117,14 @@
"silent": false,
"skipFilter": false,
"snapshotFormat": {},
"testFailureExitCode": 1,
"testNamePattern": "",
- "testPathPatterns": [],
+ "testPathPatterns": {
+ "patterns": [],
+ "type": "TestPathPatterns"
+ },
"testSequencer": "@jest/test-sequencer",
"testTimeout": 5000,
"updateSnapshot": "none",
"useStderr": false,
"verbose": false,
at Object.toMatchSnapshot (packages/jest-core/src/lib/__tests__/logDebugMessages.test.ts:64:19)
|
run tests
Final attempt failed. Child_process exited with error code 1
|
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
|
The logs for this run have expired and are no longer available.
Loading