/jest-1

Super-fast alternative for babel-jest or ts-jest without type checking

Primary LanguageTypeScript

@swc/jest

swc binding for the jest

Installation

# if you use npm
npm i -D jest @swc/jest
# if you use yarn
yarn add jest @swc/jest

Usage

jest.config.js:

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

License

MIT