Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 645 Bytes

File metadata and controls

24 lines (15 loc) · 645 Bytes

lib-api

Library of api calls relevant for the consent app.

lib-api

Testing philosophy

Unit tests

The app is tested primarily through unit tests using jest.

yarn workspace lib-api test:unit

Linting

yarn workspace lib-api lint
  • The app is tested through standard eslint packages with rules specified for a default React App. The respective configuration in present in the package.json file.