1.0.4 • Published 8 months ago

jest-plain-text-transformer v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

Installation

npm install -D jest-text-transformer

Usage

In your package.json add these lines:

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

8 months ago