leegeunhyeok / react-native-esbuild

⚡️ esbuild based universal bundler for React Native
https://react-native-esbuild.vercel.app
MIT License
203 stars 10 forks source link

Jest transformer #42

Closed leegeunhyeok closed 1 year ago

leegeunhyeok commented 1 year ago

Description

Add jest transformer

// jest.config.js
module.exports = {
  transformer: {
    '^.+\\.(tsx?|jsx?)$': '@react-native-esbuild/jest',
  },
  ...
};