Tests: Don't use noGlobas in Node.js QUnit tests for now.

As it simply doesn't work yet.
This commit is contained in:
Jürg Lehni 2016-01-29 00:26:53 +01:00
parent aa192d8388
commit f2a132f498

View file

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