Skip to content

A single command to install libs and setup scripts used in unit testing

Notifications You must be signed in to change notification settings

dot-build/unit-tests

Repository files navigation

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

  • Typescript

  • 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

About

A single command to install libs and setup scripts used in unit testing

Resources

Stars

Watchers

Forks

Packages

No packages published