choojs / nanotiming

⏲ - Small timing library
MIT License
35 stars 11 forks source link

Test for localStorage #7

Closed timwis closed 7 years ago

timwis commented 7 years ago

When testing in node (with jsdom), window is present, but not window.localStorage, so window.localStorage.DISABLE_NANOTIMING attempts to set DISABLE_NANOTIMING on undefined. This resolves that (though technically truly detecting localStorage can be more complicated).

yoshuawuyts commented 7 years ago

@timwis added you as an owner, feel free to merge & publish :tada: