Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enabling test for setter-only property
  • Loading branch information
nvh committed Jun 28, 2017
1 parent 8c43ee2 commit eaca3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/BaseClassTest.coffee
Expand Up @@ -181,7 +181,7 @@ describe "BaseClass", ->

props.hasOwnProperty("testProp").should.be.false

it.skip "should throw on assignment of read-only prop", ->
it "should throw on assignment of read-only prop", ->
class TestClass extends Framer.BaseClass
@define "testProp",
get: -> "value"
Expand Down

0 comments on commit eaca3b9

Please sign in to comment.