0.0.7 • Published 5 years ago

@tamarac/utilities v0.0.7

Weekly downloads
34
License
ISC
Repository
-
Last release
5 years ago

tamarac-utilities

Coveralls

coverage report

Tamarac Utlities is Tamarac Inc's JavaScript helper package.

Docusaurus (Documentation)

Docusaurus is a documentation library which powers this site's documents. The documents are based in .md (MarkDown) and can be formatted as such.

The most stable version of the documents are served with the pre-release available by prefixing the docs/next/ after the base URL OR by visiting the versions page and clicking on documentation link.

Run locally:

  yarn start || yarn docs

Build Static Site:

  yarn buildDocs

Testing

Testing components is key to the success of this library. Test coverage should be no less than 95% and aim for 100% at all times.

Run tests in watch mode:

  yarn test:watch

Get coverage report for library:

  yarn test:coverage

A test result file will be generated dynamically on each test run .jest-test-results.json

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago