Added tint to Sprite test

This commit is contained in:
Mat Groves 2014-01-05 15:56:13 +00:00
parent 5aa76ac1d3
commit 5be8c785ec
6 changed files with 83 additions and 63 deletions

View file

@ -6,7 +6,7 @@ describe('pixi/display/DisplayObject', function () {
it('Module exists', function () {
expect(DisplayObject).to.be.a('function');
expect(PIXI).to.have.property('visibleCount', 0);
// expect(PIXI).to.have.property('visibleCount', 0);
});
it('Confirm new instance', function () {