From b2b8c7f0b73cd9a4f46f4a801100294152c2d4bd Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 4 Feb 2022 01:02:55 -0800 Subject: :camera: --- integration/snapshots/package-json-utf8.debug.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 integration/snapshots/package-json-utf8.debug.js (limited to 'integration/snapshots/package-json-utf8.debug.js') diff --git a/integration/snapshots/package-json-utf8.debug.js b/integration/snapshots/package-json-utf8.debug.js new file mode 100644 index 000000000..56110c9a3 --- /dev/null +++ b/integration/snapshots/package-json-utf8.debug.js @@ -0,0 +1,7 @@ +import pkg from "http://localhost:8080/utf8-package-json.json"; +export function test() { + console.assert(!!pkg.author); + + return testDone(import.meta.url); +} + -- cgit v1.2.3