add use server references to solid-ssr example #48
Annotations
10 errors, 5 warnings, and 1 notice
test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
"beforeAll" hook timeout of 120000ms exceeded.
17 | let appFixture: AppFixture;
18 |
> 19 | test.beforeAll(async () => {
| ^
20 | fixture = await createDevFixture({
21 | files: {},
22 | });
at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
|
test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
TypeError: Cannot read properties of undefined (reading 'close')
26 |
27 | test.afterAll(async () => {
> 28 | await appFixture.close();
| ^
29 | });
30 |
31 | let logs: string[] = [];
at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
|
test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
Retry #1 ---------------------------------------------------------------------------------------
"beforeAll" hook timeout of 120000ms exceeded.
17 | let appFixture: AppFixture;
18 |
> 19 | test.beforeAll(async () => {
| ^
20 | fixture = await createDevFixture({
21 | files: {},
22 | });
at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
|
test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
26 |
27 | test.afterAll(async () => {
> 28 | await appFixture.close();
| ^
29 | });
30 |
31 | let logs: string[] = [];
at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
|
test/basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
Retry #2 ---------------------------------------------------------------------------------------
"beforeAll" hook timeout of 120000ms exceeded.
17 | let appFixture: AppFixture;
18 |
> 19 | test.beforeAll(async () => {
| ^
20 | fixture = await createDevFixture({
21 | files: {},
22 | });
at /home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:19:7
|
test/basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr =========================================
Retry #2 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
26 |
27 | test.afterAll(async () => {
> 28 | await appFixture.close();
| ^
29 | });
30 |
31 | let logs: string[] = [];
at file:///home/runner/work/vinxi/vinxi/test/basic-dev.test.ts:28:20
|
test/hmr.test.ts#L23
2) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr =================================================
"beforeAll" hook timeout of 120000ms exceeded.
21 | let appFixture: AppFixture;
22 |
> 23 | test.beforeAll(async () => {
| ^
24 | fixture = await createDevFixture({
25 | files: {},
26 | });
at /home/runner/work/vinxi/vinxi/test/hmr.test.ts:23:7
|
test/hmr.test.ts#L32
2) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr =================================================
TypeError: Cannot read properties of undefined (reading 'close')
30 |
31 | test.afterAll(async () => {
> 32 | await appFixture.close();
| ^
33 | });
34 |
35 | let logs: string[] = [];
at file:///home/runner/work/vinxi/vinxi/test/hmr.test.ts:32:20
|
test/hmr.test.ts#L23
2) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr =================================================
Retry #1 ---------------------------------------------------------------------------------------
"beforeAll" hook timeout of 120000ms exceeded.
21 | let appFixture: AppFixture;
22 |
> 23 | test.beforeAll(async () => {
| ^
24 | fixture = await createDevFixture({
25 | files: {},
26 | });
at /home/runner/work/vinxi/vinxi/test/hmr.test.ts:23:7
|
test/hmr.test.ts#L32
2) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr =================================================
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
30 |
31 | test.afterAll(async () => {
> 32 | await appFixture.close();
| ^
33 | });
34 |
35 | let logs: string[] = [];
at file:///home/runner/work/vinxi/vinxi/test/hmr.test.ts:32:20
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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 `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