aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/data/script.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlcachegen/data/script.mjs')
-rw-r--r--tests/auto/qml/qmlcachegen/data/script.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcachegen/data/script.mjs b/tests/auto/qml/qmlcachegen/data/script.mjs
new file mode 100644
index 0000000000..459c336125
--- /dev/null
+++ b/tests/auto/qml/qmlcachegen/data/script.mjs
@@ -0,0 +1,4 @@
+
+export function ok() {
+ return true
+}