Added core tests for Matrix, Ellipse, Circle and TilingSprite (#3699)
* Added matrix tests for prepend() and identity()

* Added contains if branch tests for Circle and Ellipse

* Removed trailing whitespace in circle.js

* Added TilingSprite tests for contains, width and height

* Removed .only tag in TilingSprite test

* Changed test values for prepand and identity tests, as per change request
1 parent 86a36f8 commit 00bbfcb8fcab9d68956a8f74921f12a1af03a1cd
@Jessica Neary Jessica Neary authored on 21 Feb 2017
Matt Karl committed on 21 Feb 2017
Showing 4 changed files
View
test/core/Circle.js
View
test/core/Ellipse.js
View
test/core/Matrix.js
View
test/core/TilingSprite.js