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