1.0.0 • Published 2 years ago

jest-file-transform v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

jest-file-transform

Custom Jest transformer turning:

  • SVGs into React Components;
  • The rest of file imports into filenames.

Shamelessly copy-pasted from Create React App Scripts and updated to work with the modern version of Jest.

How to Use

Just add this into your transform config

  transform: {
    '^(?!.*\\.(js|jsx|mjs|cjs|ts|tsx|css|json)$)': 'jest-file-transform',
  },
1.0.0

2 years ago