Skip to content

try sync returns

try sync returns #163

Triggered via pull request February 1, 2026 13:53
Status Failure
Total duration 22s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
src/__tests__/Try.test.ts > Try > sync > should override tags when using tags() multiple times: src/__tests__/Try.test.ts#L903
Error: failed ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1191:10 Caused by: Caused by: Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1191:10
src/__tests__/Try.test.ts > Try > sync > should combine tags() with individual tag() calls: src/__tests__/Try.test.ts#L903
Error: failed ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1165:10 Caused by: Caused by: Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1165:10
src/__tests__/Try.test.ts > Try > sync > should add multiple tags at once: src/__tests__/Try.test.ts#L903
Error: failed ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1138:10 Caused by: Caused by: Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1138:10
src/__tests__/Try.test.ts > Try > sync > should add tags: src/__tests__/Try.test.ts#L903
Error: failed ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1110:10 Caused by: Caused by: Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1110:10
src/__tests__/Try.test.ts > Try > sync > should return a class method result: src/__tests__/Try.test.ts#L1098
AssertionError: expected Promise{…} to deeply equal 'Hi!, I\'m newTest' - Expected: "Hi!, I'm newTest" + Received: Promise {} ❯ src/__tests__/Try.test.ts:1098:22
src/__tests__/Try.test.ts > Try > sync > should send breadcrumbs: src/__tests__/Try.test.ts#L1071
AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…} ] Number of calls: 0 ❯ src/__tests__/Try.test.ts:1071:36
src/__tests__/Try.test.ts > Try > sync > should throw the original error: src/__tests__/Try.test.ts#L903
Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1058:67
src/__tests__/Try.test.ts > Try > sync > should throw an error: src/__tests__/Try.test.ts#L903
Error: failed ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1049:10 Caused by: Caused by: Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:1049:10
src/__tests__/Try.test.ts > Try > sync > should rethrow error: src/__tests__/Try.test.ts#L903
Error: boom ❯ Try.throwingFunction [as fn] src/__tests__/Try.test.ts:903:13 ❯ Try.execute src/core/Try.ts:690:26 ❯ Try.unwrap src/core/Try.ts:452:25 ❯ src/__tests__/Try.test.ts:960:67
src/__tests__/Try.test.ts > Try > async > should return a class method result: src/__tests__/Try.test.ts#L258
AssertionError: expected Promise{…} to deeply equal 'Hi!, I\'m newTest' - Expected: "Hi!, I'm newTest" + Received: Promise {} ❯ src/__tests__/Try.test.ts:258:22