From 278fd3edb6ead6cd65c2293f823887d19e4fbc8e Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 3 May 2017 13:51:20 +0200 Subject: require --- tests/module-hello.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/module-hello.lua (limited to 'tests/module-hello.lua') diff --git a/tests/module-hello.lua b/tests/module-hello.lua new file mode 100644 index 0000000..4de5890 --- /dev/null +++ b/tests/module-hello.lua @@ -0,0 +1,3 @@ +return function() + return 'hello from module' +end -- cgit v1.2.3-54-g00ecf