Methods
install
Defined in node_modules/@types/jest/index.d.ts:1321
Returns void
mockDate
mockDate( date?: Date ) : void
Defined in node_modules/@types/jest/index.d.ts:1328
Parameters
Returns void
tick
Defined in node_modules/@types/jest/index.d.ts:1327
Parameters
Returns void
uninstall
Defined in node_modules/@types/jest/index.d.ts:1322
Returns void
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Calls to any registered callback are triggered when the clock isticked forward via the jasmine.clock().tick function, which takes a number of milliseconds.