UNPKG

284 BJavaScriptView Raw
1// https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/config/jest/cssTransform.js
2
3module.exports = {
4 process() {
5 return 'module.exports = {};';
6 },
7 getCacheKey() {
8 // The output is always the same.
9 return 'cssTransform';
10 }
11};