Skip to content

Latest commit

Β 

History

History
23 lines (14 loc) Β· 566 Bytes

File metadata and controls

23 lines (14 loc) Β· 566 Bytes

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