Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jest in Watch mode #39

Open
MyNameIsOka opened this issue Mar 2, 2020 · 2 comments
Open

Jest in Watch mode #39

MyNameIsOka opened this issue Mar 2, 2020 · 2 comments

Comments

@MyNameIsOka
Copy link

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:
#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?

@harryhazza77
Copy link

try serverless invoke test --watch true

@andrewquartey
Copy link

andrewquartey commented Dec 23, 2020

try serverless invoke test --watch true

This doesn't work

Rather add the following to your serverless.yml:

custom:
  jest:
    watch: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants