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
it('should be the same <body /> element',()=>{const{ document }=parseHTML(`<body><div class="whatever"></div></body>`);constbody=document.querySelector('body'),expect(body).toBe(document.body);});
What happened
@WebReflection the following test case in Jest:
outputs this kind of result:
Real world
https://github.com/freeCodeCamp-China/article-webpage-to-markdown-action/pull/32/files#diff-5cdb43bc3113537f238168168c0a52ab488039b63c51cbfc7938b22a2b589c53
The text was updated successfully, but these errors were encountered: