0.0.1 • Published 1 year ago

@flixlix/config-jest-ts-react v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shared jest configuration

The purpose of the jest is to test javascript.

This configuration targets lib react packages.


Contents

Setup

  • Add workspace reference to @flixlix/config-jest-ts-react and its peers dependencies:

    pnpm add -w @flixlix/config-jest-ts-react jest ts-jest jest-environment-jsdom @testing-library/react
  • Add jest configuration file

    // packages/bar/jest.config.js
    
    module.exports = require('@flixlix/config-jest-ts-react');

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 © Luca Félix


⬅ Back


0.0.1

1 year ago