summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/absolute_root.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/project/documents/absolute_root.js')
-rw-r--r--tests/staticfiles_tests/project/documents/absolute_root.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/staticfiles_tests/project/documents/absolute_root.js b/tests/staticfiles_tests/project/documents/absolute_root.js
new file mode 100644
index 0000000000..4561b0389b
--- /dev/null
+++ b/tests/staticfiles_tests/project/documents/absolute_root.js
@@ -0,0 +1,2 @@
+const rootConst = "root";
+export default rootConst;