test: Re-enable the test suite (#1616)
This commit is contained in:
parent
6dd9394fef
commit
75b20e86e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue