Decisiv / styled-components-modifiers

A library to enable BEM flavored modifiers (and responsive modifiers) in styled components.
MIT License
297 stars 11 forks source link

ci: fixes to jest config #37

Closed tinynumbers closed 5 years ago

tinynumbers commented 5 years ago

OVERVIEW

Updates the jest config for CI.

WHERE SHOULD THE REVIEWER START?

package.json

HOW CAN THIS BE MANUALLY TESTED?

yarn test:ci

ANY NEW DEPENDENCIES ADDED?

No.

Removed cross-env though since it is no longer used.