javascript-collections
v0.0.29
Published
JavaScript implementation of different collections
Downloads
27
Readme
JavaScript implementation of different collections.
Isomorphic
| Type | Status | |---------- |:----------: | | Browser | Done | | AMD | Tests Missing | | CommonJS | Done |
Development
yarn // or npm install (download and install dependencies)
yarn start // or npm start (Runs unit-test and code coverage)
yarn build // or npm run build (Builds distribution file)
Source files are located at /src/main folder.
Unit test files are located at /src/test folder.
Code Coverage
Both above scripts "start and test" will generate the Code coverage report and will show instantly on the console a percentage summary of code-coverage.
Additionaly will be generated a /coverage folder with HTML, LCOV formats.
You can open /coverage/report-html into browser to have a detailed view file by file.