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:
Ryan Graham 2015-09-08 17:27:53 -07:00
parent 55c87796cf
commit a5bc1056aa
1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ describe('browser support for multiple apps', function() {
function browserifyTestApps(apps, next) {
var b = browserify({
basedir: appDir,
debug: true
});