Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7538175
modules.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
410 B
Referenced Files
None
Subscribers
None
modules.js
View Options
import
{
test
,
summary
}
from
'./helpers.js'
;
console
.
log
(
'Module Tests\n'
);
test
(
'import.meta exists'
,
typeof
import
.
meta
,
'object'
);
test
(
'import.meta.url exists'
,
typeof
import
.
meta
.
url
,
'string'
);
test
(
'import.meta.url is file'
,
import
.
meta
.
url
.
startsWith
(
'file://'
),
true
);
test
(
'module imported test'
,
typeof
test
,
'function'
);
test
(
'module imported summary'
,
typeof
summary
,
'function'
);
summary
();
File Metadata
Details
Attached
Mime Type
application/javascript
Expires
Wed, Jun 17, 12:53 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
569447
Default Alt Text
modules.js (410 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment