junosuarez / objectid

node module: generate and validate mongodb objectId strings without dependencies
MIT License
22 stars 9 forks source link

Test with runkit breaks #9

Open WORMSS opened 5 years ago

WORMSS commented 5 years ago

It seems the Test with runkit on https://www.npmjs.com/package/objectid doesn't seem to like this module.

I am basically trying to test with the first two lines of usage section of the readme and it breaks.

https://runkit.com/embed/q7lvl2nrvmow

Is this a known issue and only a problem on runkit? (I tend to give a quick test on runkit of modules before I installed them locally)