This repo has moved to: https://github.com/equinor/EchopediaWeb
SubFolder: https://github.com/equinor/EchopediaWeb/tree/dev/libs/echo-utils
Package for creating echo related Echo Utils.
/bundlephobia/:format/:packageName
npm install @equinor/echo-utils --save
For development we have provided a test playground to be able to test Echo utils. This can be run by using.
npm start
Echo tempPack is set upt to run Jest test suite. To run tests use.
npm run test
For abetter overview, run tests with test coverage.
npm run test-coverage