Skip to content

Commit

Permalink
chore: regenerate fixtures which have updated output
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 2, 2024
1 parent d77b211 commit 23f6b4e
Show file tree
Hide file tree
Showing 16 changed files with 1,519 additions and 3,061 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- skipped test


6 passing (116ms)
6 passing (133ms)
2 failing
1 skipped
1 todo
Expand All @@ -41,20 +41,24 @@

Error: withCause
 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:7:11)
 at Test.runInAsyncScope (node:async_hooks:211:14)
 ... 6 lines matching cause stack trace ...
 at async Test.processPendingSubtests (node:internal/test_runner/test:590:7) {
 [cause]: Error: cause
 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:7:43)
 at Test.runInAsyncScope (node:async_hooks:211:14)
 at Test.run (node:internal/test_runner/test:878:25)
 at Suite.processPendingSubtests (node:internal/test_runner/test:590:18)
 at Test.postRun (node:internal/test_runner/test:974:19)
 at Test.run (node:internal/test_runner/test:917:12)
 at async Promise.all (index 0)
 at async Suite.run (node:internal/test_runner/test:1239:7)
 at async Test.processPendingSubtests (node:internal/test_runner/test:590:7)
}
 at Test.runInAsyncScope (node:async_hooks:206:9)
 at Test.run (node:internal/test_runner/test:856:25)
 at Suite.processPendingSubtests (node:internal/test_runner/test:565:18)
 at Test.postRun (node:internal/test_runner/test:955:19)
 at Test.run (node:internal/test_runner/test:898:12)
 at async Promise.all (index 0)
 at async Suite.run (node:internal/test_runner/test:1217:7)
 at async Test.processPendingSubtests (node:internal/test_runner/test:565:7)
[cause]: Error: cause
 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:7:43)
 at Test.runInAsyncScope (node:async_hooks:206:9)
 at Test.run (node:internal/test_runner/test:856:25)
 at Suite.processPendingSubtests (node:internal/test_runner/test:565:18)
 at Test.postRun (node:internal/test_runner/test:955:19)
 at Test.run (node:internal/test_runner/test:898:12)
 at async Promise.all (index 0)
 at async Suite.run (node:internal/test_runner/test:1217:7)
 at async Test.processPendingSubtests (node:internal/test_runner/test:565:7)

2) Foooo
child
Expand All @@ -72,21 +76,26 @@
 ]

 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:12:21)
 at Test.runInAsyncScope (node:async_hooks:211:14)
 ... 7 lines matching cause stack trace ...
 at Array.map (<anonymous>) {
 [cause]: Error: cause
 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:13:16)
 at Test.runInAsyncScope (node:async_hooks:211:14)
 at Test.run (node:internal/test_runner/test:878:25)
 at Test.start (node:internal/test_runner/test:778:17)
 at node:internal/test_runner/test:1237:71
 at node:internal/per_context/primordials:488:82
 at new Promise (<anonymous>)
 at new SafePromise (node:internal/per_context/primordials:456:29)
 at node:internal/per_context/primordials:488:9
 at Array.map (<anonymous>)
}
 at Test.runInAsyncScope (node:async_hooks:206:9)
 at Test.run (node:internal/test_runner/test:856:25)
 at Test.start (node:internal/test_runner/test:753:17)
 at node:internal/test_runner/test:1215:71
 at node:internal/per_context/primordials:488:82
 at new Promise (<anonymous>)
 at new SafePromise (node:internal/per_context/primordials:456:29)
 at node:internal/per_context/primordials:488:9
 at Array.map (<anonymous>)
[cause]: Error: cause
 at TestContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:13:16)
 at Test.runInAsyncScope (node:async_hooks:206:9)
 at Test.run (node:internal/test_runner/test:856:25)
 at Test.start (node:internal/test_runner/test:753:17)
 at node:internal/test_runner/test:1215:71
 at node:internal/per_context/primordials:488:82
 at new Promise (<anonymous>)
 at new SafePromise (node:internal/per_context/primordials:456:29)
 at node:internal/per_context/primordials:488:9
 at Array.map (<anonymous>)

3) in describe
foo:
Expand All @@ -98,12 +107,12 @@

Error: before
 at SuiteContext.<anonymous> (integration-tests/fixture-tests/example-test/test.ts:51:11)
 at TestHook.runInAsyncScope (node:async_hooks:211:14)
 at TestHook.run (node:internal/test_runner/test:878:25)
 at TestHook.run (node:internal/test_runner/test:1129:18)
 at TestHook.run (node:internal/util:545:20)
 at node:internal/test_runner/test:798:20
 at async Suite.runHook (node:internal/test_runner/test:796:7)
 at async Suite.run (node:internal/test_runner/test:1233:7)
 at async Test.processPendingSubtests (node:internal/test_runner/test:590:7)
 at TestHook.runInAsyncScope (node:async_hooks:206:9)
 at TestHook.run (node:internal/test_runner/test:856:25)
 at TestHook.run (node:internal/test_runner/test:1107:18)
 at TestHook.run (node:internal/util:538:20)
 at node:internal/test_runner/test:776:20
 at async Suite.runHook (node:internal/test_runner/test:774:7)
 at async Suite.run (node:internal/test_runner/test:1211:7)
 at async Test.processPendingSubtests (node:internal/test_runner/test:565:7)

Loading

0 comments on commit 23f6b4e

Please sign in to comment.