npm.io
1.0.3 • Published 3 years ago

jest-graphql-transform

Licence
MIT
Version
1.0.3
Deps
4
Size
9 kB
Vulns
0
Weekly
0

jest-transform-graphql

graphql-tag loader for Webpack lets you keep GraphQL queries in separate files.

This lib makes those work in Jest.

Usage

In your package.json,

  "jest": {
    "transform": {
      "\\.(gql|graphql)$": "jest-transform-graphql",
      ".*": "babel-jest"
    }
  }

You have to include the .* matcher because once you define the transform property, it overrides that default.

For more on configuring Jest mappers, see Jest's Webpack tutorial.

Keywords