fix some #65
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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
|
test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ======================================
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-b8mohetbbdg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings?
at helpers\create-fixture.ts:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9)
at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
|
test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ======================================
Retry #1 ---------------------------------------------------------------------------------------
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-jsu8n4buhsg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings?
at helpers\create-fixture.ts:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9)
at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
|
test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ======================================
Retry #2 ---------------------------------------------------------------------------------------
Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-ogrla03got\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings?
at helpers\create-fixture.ts:163
161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs");
162 | if (!fse.existsSync(buildPath)) {
> 163 | throw new Error(
| ^
164 | c.red(
165 | `Expected build directory to exist at ${c.dim(
166 | buildPath,
at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9)
at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
|
test\hmr.test.ts#L23
3) [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 D:\a\vinxi\vinxi\test\hmr.test.ts:23:7
|
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 `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/
|
3 failed
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ==========================================
[chromium] › basic-prod.test.ts:35:2 › basic build › ssr =======================================
[chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ==================================================
6 skipped
|
The logs for this run have expired and are no longer available.
Loading