Commit fe820fb59b06f20ec500cd214704fd518f6acc3f
Exists in
master
and in
1 other branch
Merge branch 'master' into 'master'
Master See merge request !84
Showing
1 changed file
Show diff stats
unit-test.html
| ... | ... | @@ -30,5 +30,13 @@ |
| 30 | 30 | <!-- foca-crear-nota-pedido --> |
| 31 | 31 | <script src="node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.min.js"></script> |
| 32 | 32 | <script src="node_modules/foca-crear-nota-pedido/dist/foca-crear-nota-pedido.spec.js"></script> |
| 33 | + | |
| 34 | + <!-- foca-crear-hoja-ruta --> | |
| 35 | + <script src="node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.min.js"></script> | |
| 36 | + <script src="node_modules/foca-crear-hoja-ruta/dist/foca-crear-hoja-ruta.spec.js"></script> | |
| 37 | + | |
| 38 | + <!-- foca-crear-cobranza --> | |
| 39 | + <script src="node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js"></script> | |
| 40 | + <script src="node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.spec.js"></script> | |
| 33 | 41 | </body> |
| 34 | 42 | </html> |