Page MenuHomeSealhub

component-arguments.test.ts
No OneTemporary

component-arguments.test.ts

import { List, ShortText, Structured } from "./component-arguments";
describe("component arguments", () => {
it("handles nesting objects and arrays", () => {
new List(new ShortText());
new List(
new Structured({ name: new ShortText(), surname: new ShortText() })
);
});
});

File Metadata

Mime Type
text/x-java
Expires
Wed, May 7, 19:44 (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
626124
Default Alt Text
component-arguments.test.ts (286 B)

Event Timeline