File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ [ circle.ci-master-badge ] : https://circleci.com/gh/explore-node-js/node.js-bytes-calculator/tree/master.svg?style=svg
2+ [ circle.ci-master-link ] : https://circleci.com/gh/explore-node-js/node.js-bytes-calculator/tree/master
3+ [ codecov.io-master-badge ] : https://codecov.io/gh/explore-node-js/node.js-bytes-calculator/branch/master/graph/badge.svg
4+ [ codecov.io-master-link ] : https://codecov.io/gh/explore-node-js/node.js-bytes-calculator
5+
6+ | | master
7+ |--- |---
8+ | __ tests__ |
9+ | _ < Circle CI >_ build | [ ![ build] [ circle.ci-master-badge ]] [ circle.ci-master-link ]
10+ | __ coverage__ |
11+ | codecov.io | [ ![ coverage] [ codecov.io-master-badge ]] [ codecov.io-master-link ]
12+
113# node.js-bytes-calculator
214abstract and easy way how to work with bytes in JS
315
@@ -9,9 +21,7 @@ abstract and easy way how to work with bytes in JS
921 * jest _ [ for tests only] _
1022
1123## how to execute tests
12- ` npm test `
13- to execute tests with coverage
14- ` npm test -- --coverage `
24+ ` npm test ` or, to execute tests with coverage ` npm test -- --coverage `
1525
1626## how to use
1727` import calc from "node-bytes-calculator"; ` or ` const calc = require("node-bytes-calculator"); `
You can’t perform that action at this time.
0 commit comments