aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/package-json-utf8.debug.js
blob: 56110c9a36594208b81249dc5c27b6ab282966d2 (plain) (blame)
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);
}