UNPKG

832 BTypeScriptView Raw
1import { BasePlugin } from '@midwayjs/fcli-command-core';
2export declare class TestPlugin extends BasePlugin {
3 commands: {
4 test: {
5 usage: string;
6 lifecycleEvents: string[];
7 options: {
8 cov: {
9 usage: string;
10 shortcut: string;
11 };
12 watch: {
13 usage: string;
14 shortcut: string;
15 };
16 reporter: {
17 usage: string;
18 shortcut: string;
19 };
20 file: {
21 usage: string;
22 shortcut: string;
23 };
24 };
25 };
26 };
27 hooks: {
28 'test:test': () => Promise<void>;
29 };
30}
31//# sourceMappingURL=index.d.ts.map
\No newline at end of file