deputatov/frontend-project-lvl2

View on GitHub
Makefile

Summary

Maintainability
Test Coverage
install:
    npm install
publish:
    npm publish --dry-run
lint:
    npx eslint .
test:
    npx jest
test-coverage:
    npm test -- --coverage
watch:
    npx jest --watch