mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
fix node test
This commit is contained in:
parent
a1fd371603
commit
2550a34754
@ -1958,7 +1958,7 @@ describe('MouseEvents', function () {
|
||||
// skip this test for NodeJS because it fails sometimes
|
||||
// TODO: WHY?!?!?!
|
||||
if (!Konva.isBrowser) {
|
||||
return;
|
||||
return done();
|
||||
}
|
||||
|
||||
var stage = addStage();
|
||||
|
Loading…
Reference in New Issue
Block a user