mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
enable all tests
This commit is contained in:
parent
76c0e3f272
commit
537753cfc2
@ -369,7 +369,7 @@ suite('Image', function() {
|
||||
});
|
||||
});
|
||||
|
||||
test.only('check zero values', function(done) {
|
||||
test('check zero values', function(done) {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
stage.add(layer);
|
||||
|
Loading…
Reference in New Issue
Block a user