function Watch.runTest runTest(_kind: string,_paths: string[],...args: string[],): Promise<void> Run a test suite on file update. Parameters _kind: string _paths: string[] ...args: string[] Return Type Promise<void>