unit-tests
v1.3.1
Published
A single command to install libs and setup scripts used in unit testing
Downloads
305
Readme
npx unit-tests [test-runner]
A single command to install libs and setup scripts used in unit testing. All tools also come with Prettier defaults
npx unit-tests jest
Installs Jest with Typescript support and prettier defaults
Jest and Typescript configuration to build an ES module
npx unit-tests karma
Installs Karma with Typescript support and Chrome for headless testing
npx unit-tests jasmine
Installs Jasmine with Typescript support. Tests run on a Node.js environment