Also I’m using `serverless-bundle test` - but actu...
# seed
o
Also I’m using
serverless-bundle test
- but actually these files have nothing to do with serverless, they call HTTP endpoints. I’m just using
serverless-bundle
to compile the typescript and run jest - anyone know an alternative?
f
Let me cc @Jay. He’s more familiar with
serverless-bundle
.
o
Yeah trying to move off serverless build for this - trying out esbuild-jest
but running into some yak shaving cos one of our deps (p-wait-for) used es6 modules
j
Ah yeah, that could work. The
test
command doesn’t do anything special. So it should be easy to move away from it.
o
Yeah switched over to esbuild make it much faster, and no memory issues (so far!)