refactor: toPlugin api #543
ci.yml
on: pull_request
Detect Changes
7s
Lint & Type Check
1m 16s
Unit Tests
2m 5s
Playground Integration Tests
2m 36s
Docs Build
3m 39s
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
|