Interface Clock

Index

Methods

Methods

public install()

public tick(ms: number)

Calls to any registered callback are triggered when the clock is ticked forward via the jasmine.clock().tick function, which takes a number of milliseconds.

Parameters

  • ms: number

public uninstall()