1 2 3 4 5 6 7
import pkg from "http://localhost:8080/utf8-package-json.json"; export function test() { console.assert(!!pkg.author); return testDone(import.meta.url); }