method FakeTime.prototype.tick
FakeTime.prototype.tick(ms?): voidAdds the specified number of milliseconds to the fake time. This will call any functions waiting to be called between the current and new fake time.
Parameters
optional
msReturn Type
void