@curi-bio/frontend_test_utils
v0.0.48
Published
things to help testing. to set as dependency in package.json: '@curibio/frontend_test_utils': 'git+https://git-codecommit.us-east-1.amazonaws.com/v1/repos/frontend_test_utils#0.0.1'
Downloads
2
Readme
waveform
Genrating six waveform with features
Build Setup
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000
$ npm run dev-spa
# build for production build and launch server
$ npm run build-spa
# build for verifying the Unit Testing
$ npm run test:unit
# build for veirfy the E2E Testing
$ npm run test:e2e