aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/package-json-utf8.js
blob: a51fbb88666d1599116c62fad9c45f2808ce259d (plain) (blame)
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);
}