AndreasChristianson

Results 2 issues of AndreasChristianson

The documentation for `createId` indicates that it will be passed the collectionName and the item for which an id is being generated. It appears that it is actually passed the...

I expected that after setting the same seed, the behavior of both clones would be the same. Unfortunately the following test fails. ``` import random from "random" describe('random', () =>...