fix index.html tests

This commit is contained in:
Manuel Araoz 2014-07-08 13:03:59 -03:00
commit 1bf20dfe1f
2 changed files with 8 additions and 1 deletions

View file

@ -125,4 +125,5 @@ var defaultConfig = {
disableVideo: true,
verbose: 1,
};
module.exports = defaultConfig;
if (typeof module !== 'undefined')
module.exports = defaultConfig;