feat(devframe): promote cli.distDir to top-level clientAssets (#270) #889
ci.yml
on: push
unit-test
/
lint
4m 11s
e2e
3m 1s
Matrix: unit-test / test
Annotations
4 errors and 1 notice
|
unit-test / test (windows-latest, 22)
Process completed with exit code 1.
|
|
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost PTY status lifecycle > marks status stopped and emits an update on a clean exit:
packages/hub/src/node/__tests__/host-terminals.test.ts#L452
AssertionError: expected 'running' to be 'stopped' // Object.is equality
Expected: "stopped"
Received: "running"
❯ src/node/__tests__/host-terminals.test.ts:452:30
❯ waitUntil src/node/__tests__/host-terminals.test.ts:63:7
❯ src/node/__tests__/host-terminals.test.ts:451:5
|
|
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost interactive PTY sessions > closes the PTY stream after natural process exit:
packages/hub/src/node/__tests__/host-terminals.test.ts#L417
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/node/__tests__/host-terminals.test.ts:417:45
❯ waitUntil src/node/__tests__/host-terminals.test.ts:63:7
❯ src/node/__tests__/host-terminals.test.ts:416:5
|
|
[@devframes/hub] src/node/__tests__/host-terminals.test.ts > devframeTerminalHost interactive PTY sessions > inherits the parent process environment:
packages/hub/src/node/__tests__/host-terminals.test.ts#L356
Error: PTY stream is still open
❯ src/node/__tests__/host-terminals.test.ts:356:17
❯ waitUntil src/node/__tests__/host-terminals.test.ts:63:7
❯ src/node/__tests__/host-terminals.test.ts:354:7
|
|
🎭 Playwright Run Summary
17 passed (18.5s)
|