jest-css, css tranfrom for jest Usage $ yarn add --dev jest-css # package.json { "jest": { "transform": { "\\.css$": "jest-css" } } } Related Projects jest-file: file transform for jest