Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 678 Bytes

File metadata and controls

28 lines (18 loc) · 678 Bytes

lib-utils

Library of utility files relevant for the consent app.

lib-utils

Testing philosophy

Unit tests

The app is tested primarily through unit tests using jest.

yarn workspace lib-utils test:unit

Linting

yarn workspace lib-utils lint
  • The app is linted through custom eslint rules specified globally. Additionally, we make use of prettier to automate as much as possible.
yarn workspace lib-utils lint