* Returns the current time in ms of the fake timer clock.
()
| 232 | * Returns the current time in ms of the fake timer clock. |
| 233 | */ |
| 234 | now(): number; |
| 235 | /** |
| 236 | * Registers a callback function that is invoked whenever a mock is generated for a module. |
| 237 | * This callback is passed the module path and the newly created mock object, and must return |
no outgoing calls