diff options
Diffstat (limited to 'tests/load.js')
-rw-r--r-- | tests/load.js | 4 |
1 files changed, 1 insertions, 3 deletions
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 +}); |