From a8e82fc01f2558550289f76f55c917039296ec11 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Fri, 17 Feb 2017 11:33:23 +0100 Subject: lua_load (bytecode only), lua_call(k) --- tests/tests.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/tests.js') diff --git a/tests/tests.js b/tests/tests.js index 5a1b023..a9f8730 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -42,6 +42,6 @@ const getState = function(luaCode) { return L; }; -module.exports = { - getState: getState -} \ No newline at end of file + +module.exports.getState = getState; +module.exports.toByteCode = toByteCode; \ No newline at end of file -- cgit v1.2.3-54-g00ecf