Closed
Description
I'm just setting my lambda functions and have the following directory structure
src/
lambda/
hello.js
hello.test.js
Which follows how the rest of the app gets tested.
Unfortunately this means running netlify-lambda build src/lambda
results in my tests also being built and installed as if they are lambda functions.
Is there a way to exclude all *.test.js
or *.spec.js
files?