Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1263220
component-arguments.test.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
370 B
Referenced Files
None
Subscribers
None
component-arguments.test.ts
View Options
import
{
Enum
,
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
()
})
);
});
it
(
"handles enums"
,
()
=>
{
new
Enum
(
<
const
>
[
"hamster"
,
"dentist"
]);
});
});
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 24, 16:50 (7 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
601150
Default Alt Text
component-arguments.test.ts (370 B)
Attached To
Mode
rJDD jdd
Attached
Detach File
Event Timeline
Log In to Comment