Skip to content

refactor: conditionally initialize Mock Service Worker and update pat… #337

refactor: conditionally initialize Mock Service Worker and update pat…

refactor: conditionally initialize Mock Service Worker and update pat… #337

Triggered via push February 1, 2026 13:26
Status Failure
Total duration 4m 5s
Artifacts
Changeset Release
4m 1s
Changeset Release
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Changeset Release
Process completed with exit code 1.
Changeset Release
@object-ui/console#test: command (/home/runner/work/objectui/objectui/apps/console) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Edit Mode > should update contact successfully: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L239
AssertionError: expected undefined to be 'John Doe Updated' // Object.is equality - Expected: "John Doe Updated" + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:239:27
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should apply default values from schema: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L167
AssertionError: expected undefined to be 5 // Object.is equality - Expected: 5 + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:167:31
src/__tests__/ObjectFormUnit.test.tsx > ObjectForm Unit Tests > Create Mode > should create a contact successfully: apps/console/src/__tests__/ObjectFormUnit.test.tsx#L128
AssertionError: expected undefined to be 'Test User' // Object.is equality - Expected: "Test User" + Received: undefined ❯ src/__tests__/ObjectFormUnit.test.tsx:128:27