mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
fix node test
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user