|
@@ -376,8 +376,7 @@ handleTypescript()
|
|
|
|
|
|
handleTests()
|
|
|
{
|
|
|
-
|
|
|
- servicesString=$(handleServices "backend frontend" ${services[@]})
|
|
|
+ servicesString=$(handleServices "backend frontend" "${@:2}")
|
|
|
if [[ ${servicesString:0:1} != 1 ]]; then
|
|
|
throw "${servicesString:2}\n${YELLOW}Usage: ${1} [backend, frontend]"
|
|
|
fi
|