2.0.0 • Published 1 year ago

@glen/jest-raw-loader v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

jest-raw-loader

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

Install

$ npm install --save-dev @glen/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$": "@glen/jest-raw-loader",
    "\\.md$": "@glen/jest-raw-loader"
  }
}

This is for jest >= 28, if you are using older version use jest-raw-loader package:

License

Copyright 2017-2020 Kepler Sticka-Jones. Licensed MIT.