Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 304 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 304 Bytes

Contributing

Running tests

Unit tests

npm run test

E2E tests

Setup any environment variables required for the E2E environment:

cp .env.test.example .env.test
# Edit .env.test to add any required environment variables

Run the E2E tests:

npm run test:e2e