Skip to content

refactor: toPlugin api #543

refactor: toPlugin api

refactor: toPlugin api #543

Triggered via pull request March 9, 2026 10:14
Status Failure
Total duration 3m 54s
Artifacts

ci.yml

on: pull_request
Detect Changes
7s
Detect Changes
Lint & Type Check
1m 16s
Lint & Type Check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Unit Tests
Process completed with exit code 1.
src/cli/commands/plugin/create/scaffold.test.ts > scaffold > scaffoldPlugin (in-repo) > generates index.ts with correct exports: packages/shared/src/cli/commands/plugin/create/scaffold.test.ts#L122
AssertionError: expected 'export { MyPlugin, myPlugin } from ".…' to contain 'manifest' - Expected + Received - manifest + export { MyPlugin, myPlugin } from "./my-plugin"; + ❯ src/cli/commands/plugin/create/scaffold.test.ts:122:23