From 7ffcc9f8e2a98d63f7f6880b9a3e4553439583c6 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 11 Aug 2026 23:45:05 +0800 Subject: add global modules and rewrite addon tests --- tests/actions/addon/custom-module/addon.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/actions/addon/custom-module/addon.lua (limited to 'tests/actions/addon/custom-module/addon.lua') diff --git a/tests/actions/addon/custom-module/addon.lua b/tests/actions/addon/custom-module/addon.lua new file mode 100644 index 000000000..604dbc645 --- /dev/null +++ b/tests/actions/addon/custom-module/addon.lua @@ -0,0 +1,2 @@ +addon("custom-module") + set_description("the addon which provides a custom module") -- cgit v1.3.1