jest-runner-multi

0.0.1 • Public • Published

Jest Runner Multi Build Status

If you want to have multiple jest runners in the same project, this project is for you.

Configuration

Your package.json looks like this:

{
  "jest": {
    "runner": "jest-runner-multi",
    "moduleFileExtensions": [
      "css",
      "js"
    ],
    "testMatch": [
      "**/*.{css,js}"
    ]
  },
  "jest-runner-multi": {
    "**/*.test.js": "jest", // default jest runner
    "**/*.js": "jest-runner-eslint", // additional eslint runner for eslint
    "**/*.css": "jest-runner-stylelint", // runner for css
  }
}

Readme

Keywords

Package Sidebar

Install

npm i jest-runner-multi

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dschmidt