Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 883 Bytes

jest-webpack Build Status Test Coverage

Plugin to use webpack with jest

Warning

This package is deprecated.

Please use https://github.com/mzgoddard/jest-webpack

More info: #6

Usage

See test/fixtures/jest_tests dir for example.

Update package.json with jest.scriptPreprocessor:

{
  "jest": {
    "scriptPreprocessor": "<rootDir>/node_modules/jest-webpack"
  }
}

Use jest-webpack-config option to point webpack config path:

{
  "jest-webpack-config": "jest-webpack.config.js"
}