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'd like to test a twig file that extends another twig file in my templates directory. Jest throws an error because it can't find the base template. Is there a way to configure the default namespace with main or "." without setting up a custom Twig namespace?