Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1374622
example.test.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
262 B
Referenced Files
None
Subscribers
None
example.test.ts
View Options
import
{
Example
}
from
"./index"
;
import
*
as
assert
from
"assert"
;
describe
(
"Example"
,
()
=>
{
describe
(
"example"
,
()
=>
{
it
(
"should equal 'example'"
,
()
=>
{
const
example
=
new
Example
();
assert
.
equal
(
example
.
example
(),
"example"
);
});
});
});
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Tue, Feb 25, 04:00 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
609226
Default Alt Text
example.test.ts (262 B)
Attached To
Mode
rATOH add-to-head
Attached
Detach File
Event Timeline
Log In to Comment