Skip to content

janouma/jest-text-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm install -D jest-text-transformer

Usage

In your package.json add these lines:

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

About

text file transformer to load text file in test files

Resources

Stars

Watchers

Forks

Packages

No packages published