esbuild-jest icon indicating copy to clipboard operation
esbuild-jest copied to clipboard

does not compile to commonjs

Open jacobbogers opened this issue 1 year ago • 0 comments

this is my jest.config.cjs snippet

 transform: {
        '^.+\\.test\\.(t|j)sx?$': 'esbuild-jest',
    },

Its not transpiling to commonjs, how do I make it so?

image

jacobbogers avatar Sep 05 '23 18:09 jacobbogers