mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Removed some unnecessary expectations.
This commit is contained in:
parent
c7279e68a8
commit
7fb261f577
1 changed files with 0 additions and 2 deletions
|
@ -107,8 +107,6 @@ describe 'SpriteBoss', ->
|
|||
midRenderExpectations.push([spriteBoss.sprites['FROgre'].imageObject.children[0].paused,true,'animated spriteSheet action'])
|
||||
|
||||
defaultLayer.once 'new-spritesheet', ->
|
||||
expect(spriteBoss.sprites['Ogre 1'].imageObject.children.length).toBeGreaterThan(0)
|
||||
# expect(spriteBoss.sprites['FROgre'].imageObject.children[0].currentFrame).toBeGreaterThan(0)
|
||||
done()
|
||||
# showMe() # Uncomment to display this world when you run any of these tests.
|
||||
|
||||
|
|
Loading…
Reference in a new issue