diff options
Diffstat (limited to 'scripts/test/mod.ule.js')
-rw-r--r-- | scripts/test/mod.ule.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/test/mod.ule.js b/scripts/test/mod.ule.js new file mode 100644 index 000000000..785cce78a --- /dev/null +++ b/scripts/test/mod.ule.js @@ -0,0 +1,4 @@ + +export function ba_se() { + console.log('"mod.ule"."ba.se"'); +} |