Skip to content

Commit

Permalink
Re-enabling all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Nov 7, 2016
1 parent cfadfd6 commit 95260da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/LayerDraggableTest.coffee
Expand Up @@ -22,7 +22,7 @@ describe "Layer", ->
a3.isAnimating.should.equal true a3.isAnimating.should.equal true


describe "Simulation", -> describe "Simulation", ->
it.only "should be cancelled when animating the same property", (done) -> it "should be cancelled when animating the same property", (done) ->
layerA = new Layer layerA = new Layer
time = 0.04 time = 0.04
for i in [0..3] for i in [0..3]
Expand Down

0 comments on commit 95260da

Please sign in to comment.