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