Skip to content

Commit

Permalink
,
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayairbase committed Dec 11, 2024
1 parent 77084ed commit 68576ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react-scripts/config/jest/cssTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@

module.exports = {
process() {
return {
code: 'module.exports = {};'
return {
code: 'module.exports = {};',
};
},
getCacheKey() {
// The output is always the same.
// The output is always the same..
return 'cssTransform';
},
};

0 comments on commit 68576ee

Please sign in to comment.