fix node test

This commit is contained in:
Anton Lavrenov 2023-05-14 07:47:48 -06:00
parent a1fd371603
commit 2550a34754

View File

@ -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();