aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.js
diff options
context:
space:
mode:
authorBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 11:33:23 +0100
committerBenoit Giannangeli <benoit.giannangeli@boursorama.fr>2017-02-17 11:34:49 +0100
commita8e82fc01f2558550289f76f55c917039296ec11 (patch)
treeb226aeca2d8445ee8bcfd644477992a0635e46e0 /tests/tests.js
parent4a03542f6ebc8c6d4ed624bc0d30f5a7148a279b (diff)
downloadfengari-a8e82fc01f2558550289f76f55c917039296ec11.tar.gz
fengari-a8e82fc01f2558550289f76f55c917039296ec11.tar.bz2
fengari-a8e82fc01f2558550289f76f55c917039296ec11.zip
lua_load (bytecode only), lua_call(k)
Diffstat (limited to 'tests/tests.js')
-rw-r--r--tests/tests.js6
1 files changed, 3 insertions, 3 deletions
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