calva icon indicating copy to clipboard operation
calva copied to clipboard

Update testNs to take a collection of namespaces

Open bpringe opened this issue 2 years ago • 0 comments

We should probably allow testNs to take an array of namespaces (and change its name to something like testNamespaces) since the ns-query's exactly prop can take a collection of namespaces. We call it in a mapping of namespaces in one place and return a collection of promises, but we could just call it once and pass the collection of namespaces.

This is insignificant but was noticed while working on another PR, so I'm creating this issue to track it.

bpringe avatar Jan 17 '23 02:01 bpringe