function itView codeRegisters an individual test case. Call Signatures<T>(...args: ItArgs<T>): voidView codeMethodsonly<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with only set to true. ignore<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with ignore set to true. skip<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with ignore set to true. Alias of .ignore(). it<T>(...args: ItArgs<T>): voidRegisters an individual test case. Type ParametersTView codeParameters...args: ItArgs<T>View codeReturn TypevoidView code
interface itView codeRegisters an individual test case. Call Signatures<T>(...args: ItArgs<T>): voidView codeMethodsonly<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with only set to true. ignore<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with ignore set to true. skip<T>(...args: ItArgs<T>): voidView codeRegisters an individual test case with ignore set to true. Alias of .ignore(). it<T>(...args: ItArgs<T>): voidRegisters an individual test case. Type ParametersTView codeParameters...args: ItArgs<T>View codeReturn TypevoidView code