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
Hello,
If I run my tests with the --watchAll flag the first time it runs just fine, but if I try to rerun using one of the watch commands it will output CONNECTION refused after a while.
What I think is happening is that the DynamoDB instance isn't persisting after first test run,
is there any way to preserve the watch flag and rerun tests with them making a new instance of dynamo?