Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 316 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 316 Bytes

Price To Time

An browser extension to give you knowledge about how much cost of your time to buy a product

Build local

> npm install --global web-ext
> web-ext --config=config.js build

Test

> npm install --save-dev jest
> npm test

Coverage

> npx jest --coverage