cypress-template
v1.0.4-alpha.0
Published
cypress template to create cypress libraries with typescript / jest / code coverage
Downloads
4
Maintainers
Readme
Your library name
Library description
Contribution
To contribute install pre-commit hooks by npm run husky:install
. It will
install git pre-commit hooks - will be located in .husky
folder
Scripts
| script | description |
|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
| husky:install
| install precommit hooks |
| lint
| lint code |
| build
| compile typescript by tsconfig.build.json |
| test
| run all jest tests |