Simplified jest config and removed unneeded packages

This commit is contained in:
Alejandro Celaya
2022-02-27 19:12:30 +01:00
parent c02fba8d82
commit acf19823b0
4 changed files with 197 additions and 257 deletions

View File

@@ -1,13 +0,0 @@
// This is a custom Jest transformer turning style imports into empty objects.
// http://facebook.github.io/jest/docs/en/webpack.html
module.exports = {
process() {
return 'module.exports = {};';
},
getCacheKey() {
// The output is always the same.
return 'cssTransform';
},
};