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

[BUG] Passing Optional args to jest #607

Closed
paulodecarvalho opened this issue Oct 4, 2021 · 2 comments
Closed

[BUG] Passing Optional args to jest #607

paulodecarvalho opened this issue Oct 4, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@paulodecarvalho
Copy link

Description

Unable to pass optional args like --watch on twilio flex:plugins:test

Versions

package version
@twilio/plugin-flex 4.2.0

Steps to Reproduce

execute 'twilio flex:plugins:test -- --watch'

Expected Behavior

test executed with watch argument to jest.

Screenshots

image

Additional Context

If I put a '-- -- ' (twice), it's working as expected.
twilio flex:plugins:test -- -- --watch

@paulodecarvalho paulodecarvalho added the bug Something isn't working label Oct 4, 2021
@ktalebian
Copy link
Contributor

@paulodecarvalho I cannot reproduce this on a Mac. You are using Windows - I will have to test this later on a Windows workspace to see if Windows behave separately.

$ twilio flex:plugins:test -- --watch
Determining test suites to run...
--watch is not supported without git/hg, please use --watchAll

Replacing --watch with --watchAll works.

@anjha91
Copy link
Collaborator

anjha91 commented Oct 4, 2023

Hi,

This is a long open item more than a year now, hence closing it. Feel free to reopen it if still required.

@anjha91 anjha91 closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants