15047: Fixes build by nesting pipe() calls instead of passing more tha 7 args. 15047-exclude-child-processes
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 24 Dec 2019 18:31:07 +0000 (15:31 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 21 Jan 2020 15:27:45 +0000 (12:27 -0300)
commitabe9787195984a919095b4a4c2b82c7a0baf0801
treeb5b355cac2d74f214e1fba7a0c9a12ebbd88e907
parentd10d59c54a88506d2aae77dbcdc05828fa671821
15047: Fixes build by nesting pipe() calls instead of passing more tha 7 args.

Also: adds tests.

It seems that lodash's pipe() (an alias of flow()) function changes its
return type to 'any' when being passed more than 7 arguments, sometimes
breaking the build (in this case, resource-type-filters.test.ts)

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
src/store/resource-type-filters/resource-type-filters.test.ts
src/store/resource-type-filters/resource-type-filters.ts