Tests: enable the three kind of components in all related files but api/tests/test-route.js

This commit is contained in:
Pierre-Yves Gerardy 2017-02-19 02:10:22 +01:00
parent 24243dba94
commit fca89f987f
7 changed files with 8 additions and 28 deletions

View file

@ -88,7 +88,7 @@ o.spec("api", function() {
o(root.firstChild.nodeName).equals("DIV")
})
})
;[components[0]].forEach(function(cmp){
components.forEach(function(cmp){
o.spec(cmp.kind, function(){
var createComponent = cmp.create