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
This seems like such a simple scenario, but I can't get it to work.
I hoped to test the generator's behavior in regards to one particular question by using two separate RunContext objects in two separate tests with differing prompt answers. But when I ran the tests the whole test process just hangs.
The documentation on the Yeoman website isn't of much help. It doesn't have any examples of tests that give the different prompt answers on different tests.
EDIT: The freezing problem may be an issue with Node 10. I will upgrade my node version to see if it resolves the issue.
EDIT2: I have upgraded my Node version but according to #52 this issue affects all versions of Node >10 on Windows.
The text was updated successfully, but these errors were encountered:
This seems like such a simple scenario, but I can't get it to work.
I hoped to test the generator's behavior in regards to one particular question by using two separate
RunContext
objects in two separate tests with differing prompt answers. But when I ran the tests the whole test process just hangs.The documentation on the Yeoman website isn't of much help. It doesn't have any examples of tests that give the different prompt answers on different tests.
EDIT: The freezing problem may be an issue with Node 10. I will upgrade my node version to see if it resolves the issue.
EDIT2: I have upgraded my Node version but according to #52 this issue affects all versions of Node >10 on Windows.
The text was updated successfully, but these errors were encountered: