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/lib-hello.js.mod | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/lib-hello.js.mod (limited to 'tests/lib-hello.js.mod') diff --git a/tests/lib-hello.js.mod b/tests/lib-hello.js.mod deleted file mode 100644 index d4c02e1..0000000 --- a/tests/lib-hello.js.mod +++ /dev/null @@ -1,8 +0,0 @@ -const lua = require('../src/lua.js'); - -module.exports = { - "hello": function(L) { - lua.lua_pushliteral(L, "hello from js lib"); - return 1; - } -}; -- cgit v1.2.3-54-g00ecf