test: Re-enable the test suite (#1616)

This commit is contained in:
Pierre-Yves Gérardy 2017-02-11 23:04:27 +01:00 committed by Pat Cavit
parent 6dd9394fef
commit 75b20e86e8

View file

@ -113,7 +113,7 @@ o.spec("render", function() {
o(updateB.callCount).equals(0)
o(removeB.callCount).equals(1)
})
o.only("update lifecycle methods work on children of recycled keyed", function() {
o("update lifecycle methods work on children of recycled keyed", function() {
var createA = o.spy()
var updateA = o.spy()
var removeA = o.spy()