aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/package-json-utf8.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/package-json-utf8.debug.js')
-rw-r--r--integration/snapshots/package-json-utf8.debug.js7
1 files changed, 7 insertions, 0 deletions
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);
+}
+