Page MenuHomePhorge

modules.js
No OneTemporary

Size
410 B
Referenced Files
None
Subscribers
None

modules.js

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

Mime Type
application/javascript
Expires
Wed, Jun 17, 12:52 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
569447
Default Alt Text
modules.js (410 B)

Event Timeline