Inbuilt Libraries
A summary of external helper libraries available in the tests
Chance.js
state['street'] = chance.address();
state['city'] = chance.city();
state['zip'] = chance.zip();
return JSON.stringify(state);Day.js
{
if (state['start'] === undefined) {
state['start'] = dayjs();
}
state['elapsed'] = dayjs(state['start']).fromNow();
return JSON.stringify(state);
}Underscore.js/Lodash
DeAsync.js
JSON Web Tokens
Geolib
Geohash
Native built-in objects
Last updated
Was this helpful?
