Nodetesttest.suite.onlyfunction test.suite.onlyOverload 1#only(name?: string,options?: TestOptions,fn?: SuiteFn,): Promise<void>Shorthand for marking a suite as only. This is the same as calling suite with options.only set to true. Parameters ##name: string optional#options: TestOptions optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 2#only(name?: string,fn?: SuiteFn,): Promise<void>Parameters ##name: string optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 3#only(options?: TestOptions,fn?: SuiteFn,): Promise<void>Parameters ##options: TestOptions optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 4#only(fn?: SuiteFn): Promise<void>Parameters ##fn: SuiteFn optionalReturn Type #Promise<void>
function test.suite.onlyOverload 1#only(name?: string,options?: TestOptions,fn?: SuiteFn,): Promise<void>Shorthand for marking a suite as only. This is the same as calling suite with options.only set to true. Parameters ##name: string optional#options: TestOptions optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 2#only(name?: string,fn?: SuiteFn,): Promise<void>Parameters ##name: string optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 3#only(options?: TestOptions,fn?: SuiteFn,): Promise<void>Parameters ##options: TestOptions optional#fn: SuiteFn optionalReturn Type #Promise<void> Overload 4#only(fn?: SuiteFn): Promise<void>Parameters ##fn: SuiteFn optionalReturn Type #Promise<void>