Tests: enable the three kind of components in all related files but api/tests/test-route.js
This commit is contained in:
parent
24243dba94
commit
fca89f987f
7 changed files with 8 additions and 28 deletions
|
|
@ -170,7 +170,7 @@ o.spec("onbeforeremove", function() {
|
|||
done()
|
||||
})
|
||||
})
|
||||
;[components[0]].forEach(function(cmp){
|
||||
components.forEach(function(cmp){
|
||||
o.spec(cmp.kind, function(){
|
||||
var createComponent = cmp.create
|
||||
o("finalizes the remove phase asynchronously when promise is returned synchronously from both attrs- and tag.onbeforeremove", function(done) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue