feat: update test package.yaml

This commit is contained in:
liujuping 2024-02-01 14:50:05 +08:00
commit 8e3529f2a2
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ jobs:
- name: test - name: test
run: cd packages/editor-core && npm test run: cd packages/editor-core && npm test
test-plugin-command test-plugin-command:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: checkout - name: checkout

View File

@ -96,7 +96,7 @@ export class BasicContext implements IBasicContext {
designer: IDesigner; designer: IDesigner;
registerInnerPlugins: () => Promise<void>; registerInnerPlugins: () => Promise<void>;
innerSetters: InnerSetters; innerSetters: InnerSetters;
innerSkeleton: InnerSkeleton; innerSkeleton: ISkeleton;
innerHotkey: IHotKey; innerHotkey: IHotKey;
innerPlugins: ILowCodePluginManager; innerPlugins: ILowCodePluginManager;
canvas: IPublicApiCanvas; canvas: IPublicApiCanvas;