diff options
Diffstat (limited to 'tests/test-suite/locals.js')
-rw-r--r-- | tests/test-suite/locals.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-suite/locals.js b/tests/test-suite/locals.js index 3815f5d..cc82e38 100644 --- a/tests/test-suite/locals.js +++ b/tests/test-suite/locals.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'); |