From ce9fd9bdca0caa6a33ce37a01f41593ca42ba95b Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 2 Apr 2018 22:44:25 +1000 Subject: Start moving test suite from tape => jest --- test/module-hello.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/module-hello.lua (limited to 'test/module-hello.lua') diff --git a/test/module-hello.lua b/test/module-hello.lua new file mode 100644 index 0000000..4de5890 --- /dev/null +++ b/test/module-hello.lua @@ -0,0 +1,3 @@ +return function() + return 'hello from module' +end -- cgit v1.2.3-70-g09d2