feat: complete library public API exports and migrate vitest config #74
ci.yml
on: push
Matrix: test
Commit Lint
E2E Tests
0s
Annotations
9 errors
|
Test (Node 20, macos-latest)
Process completed with exit code 1.
|
|
test/unit/core/strategies/cookieExtraction.test.ts > Cookie Extraction Strategy > Strategy Integration > upload throws UploadError if cookies null but errors exist:
test/unit/core/strategies/cookieExtraction.test.ts#L379
AssertionError: expected error to be instance of UploadError
- Expected:
[Function UploadError]
+ Received:
AuthenticationError {
"message": "No GitHub browser session found. Run `gh-attach login` first.",
"code": "SESSION_EXPIRED",
"details": undefined,
"name": "AuthenticationError",
}
❯ test/unit/core/strategies/cookieExtraction.test.ts:379:7
|
|
Test (Node 20, ubuntu-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 20, ubuntu-latest)
The operation was canceled.
|
|
Test (Node 22, macos-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 22, macos-latest)
The operation was canceled.
|
|
test/unit/core/strategies/cookieExtraction.test.ts > Cookie Extraction Strategy > Strategy Integration > upload throws UploadError if cookies null but errors exist:
test/unit/core/strategies/cookieExtraction.test.ts#L379
AssertionError: expected error to be instance of UploadError
- Expected:
[Function UploadError]
+ Received:
AuthenticationError {
"message": "No GitHub browser session found. Run `gh-attach login` first.",
"code": "SESSION_EXPIRED",
"details": undefined,
"name": "AuthenticationError",
}
❯ test/unit/core/strategies/cookieExtraction.test.ts:379:7
|
|
Test (Node 22, ubuntu-latest)
The strategy configuration was canceled because "test._20_macos-latest" failed
|
|
Test (Node 22, ubuntu-latest)
The operation was canceled.
|