mirror of
https://github.com/konvajs/konva.git
synced 2025-11-18 09:07:30 +08:00
changed test to warn for node and shape selector unit test, and added more info in the README Testing section
This commit is contained in:
@@ -627,7 +627,7 @@ Test.Modules.CONTAINER = {
|
||||
|
||||
stage.toDataURL({
|
||||
callback: function(dataUrl) {
|
||||
test(dataUrl === dataUrls['node shape type selector'], 'problem with node and shape type selector render.');
|
||||
warn(dataUrl === dataUrls['node shape type selector'], 'problem with node and shape type selector render.');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user