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
I was having issues with running my tests, because I didn't realise this is not acknowledging flowconfig file. In my flowconfig I have all=true, but to get flow-remove-types/register work in the same way, I have to pass {all: true} to the module.
I was having issues with running my tests, because I didn't realise this is not acknowledging flowconfig file. In my flowconfig I have all=true, but to get
flow-remove-types/registerwork in the same way, I have to pass{all: true}to the module.