Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F3010769
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
286 B
Referenced Files
None
Subscribers
None
component-arguments.test.ts
View Options
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
Details
Attached
Mime Type
text/x-java
Expires
Wed, May 7, 19:47 (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
626124
Default Alt Text
component-arguments.test.ts (286 B)
Attached To
Mode
rJDD jdd
Attached
Detach File
Event Timeline
Log In to Comment