From f2a132f498c074895283356b341dbfcc3122cef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Lehni?= Date: Fri, 29 Jan 2016 00:26:53 +0100 Subject: [PATCH] Tests: Don't use noGlobas in Node.js QUnit tests for now. As it simply doesn't work yet. --- gulp/tasks/test.js | 1 - 1 file changed, 1 deletion(-) 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 })); });