aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/importerror1.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qjsengine/importerror1.mjs')
-rw-r--r--tests/auto/qml/qjsengine/importerror1.mjs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/importerror1.mjs b/tests/auto/qml/qjsengine/importerror1.mjs
new file mode 100644
index 0000000000..be33753c56
--- /dev/null
+++ b/tests/auto/qml/qjsengine/importerror1.mjs
@@ -0,0 +1,2 @@
+let dummy = 0;
+import { nothere } from "./testmodule.mjs";