mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Tests: Don't use noGlobas in Node.js QUnit tests for now.
As it simply doesn't work yet.
This commit is contained in:
parent
aa192d8388
commit
f2a132f498
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue