DX / Tools

Qutilz - Typescript tests generator

npm version

CLI tool for generating opinionated specs templates for a quick unit-tests setup including dependencies mocking with the ts-mockito mocking library.

image

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.

background-blog-post