diff options
Diffstat (limited to 'tests/tests.js')
-rw-r--r-- | tests/tests.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.js b/tests/tests.js index 217f1b8..4170f67 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -1,5 +1,7 @@ "use strict"; +global.WEB = false; + const fs = require('fs'); const child_process = require('child_process'); const tmp = require('tmp'); |