-
Notifications
You must be signed in to change notification settings - Fork 51
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
Running sls invoke test
results in: the "path" argument must be of type string
#19
Comments
the "path" argument must be of type string
sls invoke test
results in: the "path" argument must be of type string
+1 |
Also running into this issue |
Any fix for this? |
Hi Any update on this? |
This seems to be a problem in jest that was solved in version |
This should be fixed now that Jest v23 is supported (I had been running into the same issues previously). |
I am currently using
"serverless-jest-plugin": "^0.1.6"
and"jest": "^22.2.2"
.This is my config in
serverless.yml
:Running either
sls invoke test
orsls invoke test --path tests
it outputs:The text was updated successfully, but these errors were encountered: