0.1.8 • Published 3 years ago

@muravjev/configs-jest-ts v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Shared jest configuration

The purpose of the jest is to test javascript.

This configuration targets lib typescript packages.


Contents

Setup

  • Add workspace reference to @muravjev/configs-jest-ts and its peers dependencies:

    pnpm add -w @muravjev/configs-jest-ts jest ts-jest @types/jest
  • Add jest configuration file

    // packages/baz/jest.config.js
    
    module.exports = require('@muravjev/configs-jest-ts');

Donation

If you found this project helpful, consider\ buying me a coffee, donate by paypal or just leave a star⭐\ Thanks for your support, it is much appreciated!

License

MIT © Sergey Muravjev


⬅ Back


0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago