mirror of
https://github.com/konvajs/konva.git
synced 2026-03-03 16:58:33 +08:00
migrated unit tests to Mocha
This commit is contained in:
@@ -2,7 +2,7 @@ suite('Ellipse', function(){
|
||||
|
||||
// ======================================================
|
||||
test('add ellipse', function(){
|
||||
var stage = buildStage();
|
||||
var stage = addStage();
|
||||
var layer = new Kinetic.Layer();
|
||||
var ellipse = new Kinetic.Ellipse({
|
||||
x: stage.getWidth() / 2,
|
||||
|
||||
Reference in New Issue
Block a user