summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/cached/module.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/project/documents/cached/module.js')
-rw-r--r--tests/staticfiles_tests/project/documents/cached/module.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/cached/module.js b/tests/staticfiles_tests/project/documents/cached/module.js
index c56530aea6..e7e1419c5a 100644
--- a/tests/staticfiles_tests/project/documents/cached/module.js
+++ b/tests/staticfiles_tests/project/documents/cached/module.js
@@ -24,3 +24,14 @@ export {
firstVar as firstVarAlias,
secondVar as secondVarAlias
} from "./module_test.js";
+
+// ignore block comments
+/* export * from "./module_test_missing.js"; */
+/*
+import rootConst from "/static/absolute_root_missing.js";
+const dynamicModule = import("./module_test_missing.js");
+*/
+
+// ignore line comments
+// import testConst from "./module_test_missing.js";
+// const dynamicModule = import("./module_test_missing.js");