test: fix strict mode failure
Since the value is undefined at the this point, just remove it so that linters and strict mode don't cause the entire test suite to abort.
This commit is contained in:
parent
55c87796cf
commit
a5bc1056aa
|
@ -55,7 +55,6 @@ describe('browser support for multiple apps', function() {
|
|||
|
||||
function browserifyTestApps(apps, next) {
|
||||
var b = browserify({
|
||||
basedir: appDir,
|
||||
debug: true
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue