Adds `runAll` and `process.hrtime`
- Add runAll method to run timers until empty
- Add tests demonstrating that a fake Date could be created with one argument as a String since this string is in a format recognized by the Date.parse() method.
- Add process.hrtime()