Library of utility files relevant for the consent app.
The app is tested primarily through unit tests using jest.
yarn workspace lib-utils test:unityarn workspace lib-utils lint- The app is linted through custom
eslintrules specified globally. Additionally, we make use ofprettierto automate as much as possible.
yarn workspace lib-utils lint