Installation npm install -D jest-text-transformer Usage In your package.json add these lines: "jest": { "transform": { "^.+\\.txt$": "jest-text-transformer" } }