chore: 准备打包

This commit is contained in:
xiaojunnuo
2023-05-24 17:30:42 +08:00
parent ac15c8fc0e
commit 643148d283
54 changed files with 21 additions and 971 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { IsTaskPlugin, TaskInput, ITaskPlugin, ILogger, Autowire, TaskOutput } from "../src";
import { Autowire, ILogger, IsTaskPlugin, ITaskPlugin, TaskInput, TaskOutput } from "../src";
@IsTaskPlugin({
name: "EchoPlugin",
@@ -1,4 +1,5 @@
import { IAccess, IAccessService } from "../../src";
// @ts-ignore
import { aliyunSecret } from "../user.secret";
export class AccessServiceTest implements IAccessService {
async getById(id: any): Promise<IAccess> {
@@ -7,7 +7,7 @@ import { FileStorage } from "../../src/core/storage";
describe("pipeline", function () {
it("#pipeline", async function () {
this.timeout(120000);
function onChanged(history: RunHistory) {
async function onChanged(history: RunHistory) {
console.log("changed:");
}