@kushki/kushki-js
v1.1.3
Published
## Requirements
Downloads
35
Maintainers
Keywords
Readme
Kushki.js
Requirements
- Node.js and yarn
Setup
Run:
npm -g install yarn@^0.16.0
COPY package.json yarn.lock ./
yarn install
Commands
Run all checks (including tests)
yarn run check
Check code style
yarn run lint
Build minified library
yarn run build
Run tests once
yarn run test
Run tests and watch for changes
yarn run test:watch
Code Coverage
A code coverage report is generated on spec/coverage
when you run any test task