Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 371 Bytes

contributing.md

File metadata and controls

8 lines (6 loc) · 371 Bytes

Contibuting to Syncano Core Library

  1. Copy .envrc.default as .envrc
  2. Fill .envrc with at least E2E_ACCOUNT_KEY. You can get your account key here
  3. Run command: source .envrc
  4. Run yarn run test:e2e --watch or yarn run test:unit --watch to start watching test suits