1.0.0 • Published 1 year ago

jest-css-modules-proxy v1.0.0

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

jest-css-modules-proxy

What is the project for?

Mocking css modules in jest. The project is inspired by identity-obj-proxy.

How to use?

npm install --save-dev jest-css-modules-proxy

When package is installed, then you can see the document Mocking CSS Modules.

What is different from identity-obj-proxy?

The project supports import * as styles from './styles.module.css'