mirror of
https://github.com/konvajs/konva.git
synced 2025-10-14 03:24:54 +08:00
reenabling all tests
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user