Skip to content

Commit

Permalink
Fixing broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Dec 19, 2017
1 parent 549b1d0 commit 7173b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/tests/LayerStatesTest.coffee
Expand Up @@ -448,6 +448,10 @@ describe "LayerStates", ->
backgroundColor: "red"
shadowColor: "blue"
shadowSpread: 10
l.states.a =
shadowColor: "red"
shadowSpread: 3
l.stateSwitch "a"
l.stateSwitch "default"
l.style.boxShadow.should.equal "rgb(0, 0, 255) 0px 0px 0px 10px"

Expand Down

0 comments on commit 7173b2d

Please sign in to comment.