Nodetestitfunction itOverload 1#it(name?: string,options?: TestOptions,fn?: TestFn,): Promise<void>Alias for test. The it() function is imported from the node:test module. Parameters ##name: string optional#options: TestOptions optional#fn: TestFn optionalReturn Type #Promise<void> Overload 2#it(name?: string,fn?: TestFn,): Promise<void>Parameters ##name: string optional#fn: TestFn optionalReturn Type #Promise<void> Overload 3#it(options?: TestOptions,fn?: TestFn,): Promise<void>Parameters ##options: TestOptions optional#fn: TestFn optionalReturn Type #Promise<void> Overload 4#it(fn?: TestFn): Promise<void>Parameters ##fn: TestFn optionalReturn Type #Promise<void> namespace itFunctions #fit.onlyShorthand for marking a test as only. This is the same as calling it with options.only set to true.fit.skipShorthand for skipping a test. This is the same as calling it with options.skip set to true.fit.todoShorthand for marking a test as TODO. This is the same as calling it with options.todo set to true.
function itOverload 1#it(name?: string,options?: TestOptions,fn?: TestFn,): Promise<void>Alias for test. The it() function is imported from the node:test module. Parameters ##name: string optional#options: TestOptions optional#fn: TestFn optionalReturn Type #Promise<void> Overload 2#it(name?: string,fn?: TestFn,): Promise<void>Parameters ##name: string optional#fn: TestFn optionalReturn Type #Promise<void> Overload 3#it(options?: TestOptions,fn?: TestFn,): Promise<void>Parameters ##options: TestOptions optional#fn: TestFn optionalReturn Type #Promise<void> Overload 4#it(fn?: TestFn): Promise<void>Parameters ##fn: TestFn optionalReturn Type #Promise<void>
namespace itFunctions #fit.onlyShorthand for marking a test as only. This is the same as calling it with options.only set to true.fit.skipShorthand for skipping a test. This is the same as calling it with options.skip set to true.fit.todoShorthand for marking a test as TODO. This is the same as calling it with options.todo set to true.