0.0.1 • Published 10 months ago

boc-common-utils v0.0.1

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
-
Last release
10 months ago

piggy-finance-utils

npm link

dev

Add '--watchAll' for runing the testcases with the latest code.

yarn test:unit --watchAll
=== or ===
yarn test:unit ./test/unit/abc.spec.js --watchAll
=== or ===
yarn test:unit --coverage

test

yarn test:unit
=== or ===
yarn test:unit ./test/unit/abc.spec.js

publish

yarn build // make sure has newest logics in /dist/cjs/index.js

npm publish