baset
baset copied to clipboard
Mocks/stubs for standard browser/node API
We need to include mocks/stubs for stuff like (Date.now()
and Math.rand()
) by default (should be configurable), otherwise test will often fail without normal reason.
This issue requires #16 to be implemented first.