*Add dist

This commit is contained in:
Derrick Hammer 2022-06-30 16:13:15 -04:00
parent c52c27a615
commit a45eae92e6
4 changed files with 21636 additions and 0 deletions

15
dist/index.d.ts vendored Normal file
View File

@ -0,0 +1,15 @@
import { Page } from "puppeteer";
import { errTuple } from "libskynet/dist";
export declare const KERNEL_TEST_SUITE = "AQCPJ9WRzMpKQHIsPo8no3XJpUydcDCjw7VJy8lG1MCZ3g";
export declare const KERNEL_HELPER_MODULE = "AQCoaLP6JexdZshDDZRQaIwN3B7DqFjlY7byMikR7u1IEA";
export declare const TEST_KERNEL_SKLINK = "AQCw2_9rg0Fxuy8ky3pvLiDhcJTmAqthy1Buc7Frl2v2fA";
export declare function generateSeedPhrase(): string;
export declare function login(page: Page, seed?: string): Promise<void>;
export declare function loadTester(page: Page, port?: number): Promise<void>;
declare class Tester {
private page;
constructor(page: Page);
callModule(id: string, method: string, data?: {}): Promise<errTuple>;
}
export declare const tester: (page: Page) => Tester;
export {};

16421
dist/index.js vendored Normal file

File diff suppressed because it is too large Load Diff

1
dist/tester.d.ts vendored Normal file
View File

@ -0,0 +1 @@
export {};

5199
public/tester.js Normal file

File diff suppressed because it is too large Load Diff