diff --git a/gulp/tasks/test.js b/gulp/tasks/test.js index d1966200..8a23dbd4 100644 --- a/gulp/tasks/test.js +++ b/gulp/tasks/test.js @@ -36,7 +36,6 @@ gulp.task('test:node', ['minify:acorn'], function(callback) { // present and handles the loading transparently. { path: '../dist/paper-full.js', namespace: 'paper' } ], - noGlobals: true, timeout: 20 })); });