Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jest-text-transformer

janouma106.1kISC1.0.4

text file transformer to load text file in test files

readme

Installation

npm install -D jest-text-transformer

Usage

In your package.json add these lines:

"jest": {
  "transform": {
    "^.+\\.txt$": "jest-text-transformer"
  }
}