aboutsummaryrefslogtreecommitdiff
path: root/tests/test-suite/code.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-suite/code.js')
-rw-r--r--tests/test-suite/code.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-suite/code.js b/tests/test-suite/code.js
index 4438cd2..26ca021 100644
--- a/tests/test-suite/code.js
+++ b/tests/test-suite/code.js
@@ -2,8 +2,6 @@
const test = require('tape');
-global.WEB = false;
-
const lua = require('../../src/lua.js');
const lauxlib = require('../../src/lauxlib.js');
const lualib = require('../../src/lualib.js');