diff --git a/tools/upend_js/test.ts b/tools/upend_js/test.ts index 8f0d197..c530c42 100644 --- a/tools/upend_js/test.ts +++ b/tools/upend_js/test.ts @@ -1,3 +1,4 @@ +/* import test from "ava"; import http from "http"; import { UpObject, UpEntry, UpListing } from "."; @@ -37,3 +38,4 @@ test("basic hier listing", async (t) => { t.pass(); }); +*/ \ No newline at end of file diff --git a/tools/upend_js/types.ts b/tools/upend_js/types.ts index 19a6568..10d35ba 100644 --- a/tools/upend_js/types.ts +++ b/tools/upend_js/types.ts @@ -7,12 +7,6 @@ export interface IEntry { value: IValue; } -const model: { [key in VALUE_TYPE as string]: unknown } = { - String: "string", - Address: "address", - Number: 123, - Invalid: null, -}; export type IValue = | {