Package for creating echo related components.
/bundlephobia/:format/:packageName
npm install @equinor/echo-components --save
For development we have provided a test playground to be able to test components. This can be run by using.
npm start
Echo components 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