In [this line](https://github.com/boo1ean/casual/blob/master/src/providers/misc.js#L1632): ```js return (b = function (_b) { ^ ``` you assign `b` variable but it is not defined in that scope, so it produces `ReferenceError` when I run tests using uuid function.