change elipse -> ellipse in test
This commit is contained in:
parent
920bc07bae
commit
49c6ec954c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ describe('pixi/primitives/Graphics', function () {
|
|||
expect(obj).to.respondTo('endFill');
|
||||
expect(obj).to.respondTo('drawRect');
|
||||
expect(obj).to.respondTo('drawCircle');
|
||||
expect(obj).to.respondTo('drawElipse');
|
||||
expect(obj).to.respondTo('drawEllipse');
|
||||
expect(obj).to.respondTo('clear');
|
||||
|
||||
expect(obj).to.have.property('renderable', true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue