serverless-jest-plugin
serverless-jest-plugin copied to clipboard
Jest in Watch mode
Hi all,
I found this thread about starting Jest in watch mode for a serverless project but didn't want to post in this old thread: https://github.com/nordcloud/serverless-jest-plugin/issues/8
I couldn't find any info if this is possible now. Could you please give me some tips about how to get watch-mode running with a serverless project running?
try serverless invoke test --watch true
try
serverless invoke test --watch true
This doesn't work
Rather add the following to your serverless.yml:
custom:
jest:
watch: true