jest-raw-loader

1.0.1 • Public • Published

jest-raw-loader

npm Build Status Code Coverage Code Style: prettier

Jest transformer mimicking webpack-contrib/raw-loader's functionality

Install

$ npm install --save-dev jest-raw-loader

Usage

Use jest's transform configuration options to use this package in your unit tests.

For example use the following to raw load .md and .graphql files:

"jest"{
  "transform": {
    "\\.graphql$": "jest-raw-loader",
    "\\.md$": "jest-raw-loader"
  }
}

License

MIT © Kepler Sticka-Jones

Readme

Keywords

none

Package Sidebar

Install

npm i jest-raw-loader

Weekly Downloads

89,519

Version

1.0.1

License

MIT

Last publish

Collaborators

  • keplersj