fix: using network host errors on print (#1057) #1577
Annotations
2 errors, 5 warnings, and 1 notice
test\misc-test.ts#L19
1) [chromium] โบ misc-test.ts:57:5 โบ miscellaneous tests โบ with SSR โบ should be able to create a server function inside of a .js file
"beforeAll" hook timeout of 120000ms exceeded.
17 |
18 | function runTests(ssr) {
> 19 | test.beforeAll(async () => {
| ^
20 | fixture = await createFixture({
21 | files: {
22 | "vite.config.ts": js`
at D:\a\solid-start\solid-start\test\misc-test.ts:19:10
|
test\misc-test.ts#L54
1) [chromium] โบ misc-test.ts:57:5 โบ miscellaneous tests โบ with SSR โบ should be able to create a server function inside of a .js file
TypeError: Cannot read properties of undefined (reading 'close')
52 |
53 | test.afterAll(async () => {
> 54 | await appFixture.close();
| ^
55 | });
56 |
57 | test("should be able to create a server function inside of a .js file", async ({ page }) => {
at file:///D:/a/solid-start/solid-start/test/misc-test.ts:54:24
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The logs for this run have expired and are no longer available.
Loading