You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
Description
Unable to pass optional args like --watch on twilio flex:plugins:test
Versions
@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
Additional Context
If I put a '-- -- ' (twice), it's working as expected.
twilio flex:plugins:test -- -- --watch
The text was updated successfully, but these errors were encountered: