qutilz
v0.1.16
Published
[![npm version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=js&type=6&v=0.1.8&x2=0)](https://www.npmjs.com/package/qutilz)
Downloads
4
Readme
CLI tool for generating opinionated specs templates for a quick unit-tests setup including dependencies mocking with the ts-mockito mocking library.
Run
npx qutilz --specs
from a local folder to generate a new spec template for local class-based components/services
(Jest + ts-mockito) and for exported functions.
npx qutilz --report
from the local tests' folder to print a report of all existing suites/tests.
Resources: background-blog-post