@equinor/echo-utils
v0.4.6
Published
![logo](https://raw.githubusercontent.com/equinor/EchoUtils/main/doc/ee.png)
Downloads
853
Maintainers
Keywords
Readme
Echo-Utils
Package for creating echo related Echo Utils.
/bundlephobia/:format/:packageName
Install
NPM
npm install @equinor/echo-utils --save
Development
Run
For development we have provided a test playground to be able to test Echo utils. This can be run by using.
npm start
Test
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