mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
chore: 准备打包
This commit is contained in:
@@ -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:");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user