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
Support shallow rendering by using Marko taglibFinder.excludePackage(). Add module name to Jest globals marko-jest > taglibExcludePackages. All components from that module/package will be shallow rendered
Implement sandbox getRenderedNodes() to get all rendered nodes (including HTML and non-HTML element nodes). Marko component property el & els will be deprecated.