@swc-node/jest
TypeScript icon, indicating that this package has built-in type declarations

1.8.0 • Public • Published

@swc-node/jest

Downloads

🚀 Help me to become a full-time open-source developer by sponsoring me on Github

Usage

// jest.config.js

module.exports = {
  transform: {
    '^.+\\.(t|j)sx?$': ['@swc-node/jest'],
  },
}

Configuration

Configuration can be passed as a second argument to transform:

// jest.config.js

module.exports = {
  transform: {
    '^.+\\.(t|j)sx?$': [
      '@swc-node/jest',

      // configuration
      {
        dynamicImport: true,
        react: {
          pragma: 'h',
        },
      },
    ],
  },
}

List of all of the available configuration options.

Package Sidebar

Install

npm i @swc-node/jest

Weekly Downloads

44,402

Version

1.8.0

License

MIT

Unpacked Size

34.2 kB

Total Files

9

Last publish

Collaborators

  • broooooklyn