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 --- tests/module-hello.lua | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 tests/module-hello.lua (limited to 'tests/module-hello.lua') diff --git a/tests/module-hello.lua b/tests/module-hello.lua deleted file mode 100644 index 4de5890..0000000 --- a/tests/module-hello.lua +++ /dev/null @@ -1,3 +0,0 @@ -return function() - return 'hello from module' -end -- cgit v1.2.3-54-g00ecf