chore: wip #11788
Annotations
10 errors
lint (ubuntu-latest)
Process completed with exit code 2.
|
typecheck (ubuntu-latest)
Process completed with exit code 1.
|
error: expect(received).toBe(expected):
storage/framework/core/browser/tests/browser.test.ts#L439
Expected: 3
Received: 2
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/browser/tests/browser.test.ts:439:28)
|
error: expect(received).toMatch(expected):
storage/framework/core/alias/tests/alias.test.ts#L39
Expected substring or pattern: /^(@stacksjs\/|stacks\/|~\/|framework\/)?[a-z-]+(\/[a-z-]+)*(\*)?$/
Received: "@stacksjs/ai/*"
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/alias/tests/alias.test.ts:39:19)
at forEach (1:11)
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/alias/tests/alias.test.ts:38:24)
|
error: expect(received).toBe(expected):
storage/framework/core/alias/tests/alias.test.ts#L44
Expected: 250
Received: 252
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/alias/tests/alias.test.ts:44:39)
|
error: process.exit() was called:
storage/framework/core/error-handling/tests/error-handling.test.ts#L23
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:23:50)
at writeErrorToConsole (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:95:15)
at handle (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:20:12)
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:42:41)
|
error: process.exit() was called:
storage/framework/core/error-handling/tests/error-handling.test.ts#L23
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:23:50)
at writeErrorToConsole (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:95:15)
at handle (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:20:12)
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:49:41)
|
error: process.exit() was called:
storage/framework/core/error-handling/tests/error-handling.test.ts#L23
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:23:50)
at writeErrorToConsole (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:95:15)
at handle (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:20:12)
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:55:41)
|
error: process.exit() was called:
storage/framework/core/error-handling/tests/error-handling.test.ts#L23
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:23:50)
at writeErrorToConsole (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:95:15)
at handle (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/src/handler.ts:20:12)
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:63:20)
|
error: expect(received).not.toHaveBeenCalled():
storage/framework/core/error-handling/tests/error-handling.test.ts#L72
Expected number of calls: 0
Received number of calls: 1
at <anonymous> (/home/runner/work/stacks/stacks/storage/framework/core/error-handling/tests/error-handling.test.ts:72:35)
|