mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
cleaned up unit test data urls. All unit tests now pass with no warnings
This commit is contained in:
@@ -784,7 +784,7 @@ Test.Modules.CONTAINER = {
|
||||
|
||||
stage.toDataURL({
|
||||
callback: function(dataUrl) {
|
||||
test(dataUrl === nodeShapeTypeSelector, 'problem with node and shape type selector render.');
|
||||
test(dataUrl === dataUrls['node shape type selector'], 'problem with node and shape type selector render.');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user