From d3530bdc202419c85ec79fdb01197112cab8a788 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Thu, 23 Mar 2017 15:46:09 +0100 Subject: strings.lua --- tests/load.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/load.js') diff --git a/tests/load.js b/tests/load.js index 143549a..9b76ad3 100644 --- a/tests/load.js +++ b/tests/load.js @@ -1,10 +1,8 @@ "use strict"; const test = require('tape'); -const beautify = require('js-beautify').js_beautify; const tests = require("./tests.js"); -const getState = tests.getState; const toByteCode = tests.toByteCode; const VM = require("../src/lvm.js"); @@ -212,4 +210,4 @@ test('dofile', function (t) { "Correct element(s) on the stack" ); -}); \ No newline at end of file +}); -- cgit v1.2.3-54-g00ecf