Toolbar and Control Plane #242
Annotations
3 errors and 2 warnings
|
test
Process completed with exit code 1.
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
test/http/index.test.ts#L123
Expected: [ "Content-Type", "text/html" ]
But it was not called.
at <anonymous> (/home/runner/work/tidewave_js/tidewave_js/test/http/index.test.ts:123:29)
|
|
error: expect(received).toHaveBeenCalledWith(...expected):
test/http/index.test.ts#L109
Expected: [
StringContaining "/tc/tc.js"
]
But it was not called.
at <anonymous> (/home/runner/work/tidewave_js/tidewave_js/test/http/index.test.ts:109:23)
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|