MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getTestTargetsByModuleNames

Function getTestTargetsByModuleNames

npm_modules/cli/src/commands/test.ts:15–17  ·  view source on GitHub ↗
(client: BazelClient, modules?: string[])

Source from the content-addressed store, hash-verified

13}
14
15async function getTestTargetsByModuleNames(client: BazelClient, modules?: string[]): Promise<string[]> {
16 return await client.queryTargetsByKindWithFilter('test', modules ?? [], 'pipe');
17}
18
19async function valdiTest(argv: ArgumentsResolver<CommandParameters>) {
20 const bazelClient = new BazelClient();

Callers 1

valdiTestFunction · 0.85

Calls 1

Tested by

no test coverage detected