Skip to content

Commit

Permalink
test: early-broken.js
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed Sep 1, 2023
1 parent 59fc6e8 commit cc48708
Show file tree
Hide file tree
Showing 163 changed files with 2,865 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
"workspaces": [
"packages/*",
"packages/examples/*"
]
],
"jest": {
"testPathIgnorePatterns": [".*"]
}
}
18 changes: 18 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/duplicate-cases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/duplicate-cases.js"
Expand Down Expand Up @@ -103,6 +106,9 @@
"testFilePath": "__tests__/duplicate-cases.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/duplicate-cases.js",
Expand Down Expand Up @@ -133,6 +139,9 @@
"testFilePath": "__tests__/duplicate-cases.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/duplicate-cases.js",
Expand Down Expand Up @@ -173,6 +182,9 @@
"testFilePath": "__tests__/duplicate-cases.js",
"testId": "test_2"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/duplicate-cases.js",
Expand Down Expand Up @@ -203,6 +215,9 @@
"testFilePath": "__tests__/duplicate-cases.js",
"testId": "test_3"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/duplicate-cases.js",
Expand All @@ -216,5 +231,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/duplicate-cases.js"
},
{
"type": "reporter:onTestFileResult"
}
]
15 changes: 15 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/duplicate-generation.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/duplicate-generation.js"
Expand Down Expand Up @@ -68,6 +71,9 @@
"testFilePath": "__tests__/duplicate-generation.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/duplicate-generation.js",
Expand Down Expand Up @@ -98,6 +104,9 @@
"testFilePath": "__tests__/duplicate-generation.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_retry",
"testFilePath": "__tests__/duplicate-generation.js",
Expand Down Expand Up @@ -133,6 +142,9 @@
"testFilePath": "__tests__/duplicate-generation.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/duplicate-generation.js",
Expand All @@ -141,5 +153,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/duplicate-generation.js"
},
{
"type": "reporter:onTestFileResult"
}
]
24 changes: 24 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/duplicate-name.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/duplicate-name.js"
Expand Down Expand Up @@ -202,6 +205,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -240,6 +246,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_retry",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -283,6 +292,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "hook_start",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -387,6 +399,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_4"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -425,6 +440,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_5"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_retry",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -468,6 +486,9 @@
"testFilePath": "__tests__/duplicate-name.js",
"testId": "test_4"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "hook_start",
"testFilePath": "__tests__/duplicate-name.js",
Expand Down Expand Up @@ -504,5 +525,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/duplicate-name.js"
},
{
"type": "reporter:onTestFileResult"
}
]
23 changes: 23 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/early-broken.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/early-broken.js"
},
{
"type": "start_describe_definition",
"testFilePath": "__tests__/early-broken.js",
"describeId": "describe_0"
},
{
"type": "add_hook",
"testFilePath": "__tests__/early-broken.js",
"hookId": "hook_0",
"hookType": "beforeEach"
},
{
"type": "reporter:onTestFileResult"
}
]
9 changes: 9 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/hook-afterAll-fail.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/hook-afterAll-fail.js"
Expand Down Expand Up @@ -90,6 +93,9 @@
"testFilePath": "__tests__/hook-afterAll-fail.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "hook_start",
"testFilePath": "__tests__/hook-afterAll-fail.js",
Expand Down Expand Up @@ -123,5 +129,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/hook-afterAll-fail.js"
},
{
"type": "reporter:onTestFileResult"
}
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/hook-beforeAll-fail.js"
Expand Down Expand Up @@ -94,6 +97,9 @@
"testFilePath": "__tests__/hook-beforeAll-fail.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/hook-beforeAll-fail.js",
Expand All @@ -107,5 +113,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/hook-beforeAll-fail.js"
},
{
"type": "reporter:onTestFileResult"
}
]
12 changes: 12 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/hook-nesting.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/hook-nesting.js"
Expand Down Expand Up @@ -292,6 +295,9 @@
"testFilePath": "__tests__/hook-nesting.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/hook-nesting.js",
Expand Down Expand Up @@ -394,6 +400,9 @@
"testFilePath": "__tests__/hook-nesting.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "hook_start",
"testFilePath": "__tests__/hook-nesting.js",
Expand Down Expand Up @@ -430,5 +439,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/hook-nesting.js"
},
{
"type": "reporter:onTestFileResult"
}
]
21 changes: 21 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/test-concurrent.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/test-concurrent.js"
Expand Down Expand Up @@ -91,6 +94,9 @@
"testFilePath": "__tests__/test-concurrent.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/test-concurrent.js",
Expand Down Expand Up @@ -129,6 +135,9 @@
"testFilePath": "__tests__/test-concurrent.js",
"testId": "test_1"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/test-concurrent.js",
Expand Down Expand Up @@ -167,6 +176,9 @@
"testFilePath": "__tests__/test-concurrent.js",
"testId": "test_2"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/test-concurrent.js",
Expand Down Expand Up @@ -205,6 +217,9 @@
"testFilePath": "__tests__/test-concurrent.js",
"testId": "test_3"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "test_start",
"testFilePath": "__tests__/test-concurrent.js",
Expand Down Expand Up @@ -243,6 +258,9 @@
"testFilePath": "__tests__/test-concurrent.js",
"testId": "test_4"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/test-concurrent.js",
Expand All @@ -251,5 +269,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/test-concurrent.js"
},
{
"type": "reporter:onTestFileResult"
}
]
9 changes: 9 additions & 0 deletions packages/fixtures/27.x.x/env-worker-1/test-fail.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[
{
"type": "reporter:onTestFileStart"
},
{
"type": "add_test_file",
"testFilePath": "__tests__/test-fail.js"
Expand Down Expand Up @@ -63,6 +66,9 @@
"testFilePath": "__tests__/test-fail.js",
"testId": "test_0"
},
{
"type": "reporter:onTestCaseResult"
},
{
"type": "run_describe_finish",
"testFilePath": "__tests__/test-fail.js",
Expand All @@ -71,5 +77,8 @@
{
"type": "run_finish",
"testFilePath": "__tests__/test-fail.js"
},
{
"type": "reporter:onTestFileResult"
}
]
Loading

0 comments on commit cc48708

Please sign in to comment.