mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
feat: update test package.yaml
This commit is contained in:
parent
5b46d96df7
commit
5657d9c084
2
.github/workflows/test packages.yml
vendored
2
.github/workflows/test packages.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user