Commit 9730ca4729971fdbba8297485093587d432bfa60
1 parent
bbecd29153
Exists in
master
unit test crear hoja ruta y cobranza
Showing
1 changed file
with
8 additions
and
0 deletions
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> |