Skip to content

Files

Latest commit

b97b25d · Jul 12, 2019

History

History

shared

browserd/shared

Shared functionality between the consumer and provider 🤕☁✨

Project status Build Status

Testing

How to test shared functionality. ⚙

# use lerna to hoist dependencies and link local dependencies
npx lerna bootstrap --hoist

# build
npx lerna run build

# test
npm run test