Files
bun.sh/integration/snapshots/package-json-utf8.debug.js
Jarred Sumner b2b8c7f0b7 📷
2022-02-04 01:02:55 -08:00

8 lines
161 B
JavaScript

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