esbuild-jest
esbuild-jest copied to clipboard
does not compile to commonjs
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?