UNPKG

@naxodev/gonx

Version:

Modern Nx plugin to use Go in a Nx workspace

10 lines (9 loc) 177 B
export interface TestExecutorSchema { cover?: boolean; coverProfile?: string; race?: boolean; run?: string; verbose?: boolean; count?: number; timeout?: string; }