mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
reenabling all tests
This commit is contained in:
parent
9579d4b2f6
commit
708937d5c5
@ -15,7 +15,7 @@ suite('Collection', function(){
|
||||
assert.notEqual(Kinetic.Collection.prototype.strokeWidth, undefined);
|
||||
});
|
||||
|
||||
test.only('add circle to stage', function(){
|
||||
test('add circle to stage', function(){
|
||||
var stage = addStage();
|
||||
var layer = new Kinetic.Layer();
|
||||
var circle1 = new Kinetic.Circle({
|
||||
|
Loading…
Reference in New Issue
Block a user