We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f84ecf0 commit 8fafcf5Copy full SHA for 8fafcf5
test/scope.js
@@ -13,7 +13,6 @@ test('scope', function (t) {
13
if (err) t.fail(err);
14
t.pass('build success');
15
src = src.toString();
16
- console.log(src)
17
t.ok(src.indexOf("require('fs')") !== -1, 'kept the require call');
18
var sentinel = new Buffer('SCOPE_SENTINEL\n', 'utf8').toString('base64')
19
var i = src.indexOf(sentinel);
0 commit comments