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
test('renders a valid doctype',async()=>{constmarkup=renderHtmlString();constcontext=awaitgetNewExecutionContext(markup);expect(context.window.doctype).toEqual('<!DOCTYPE html>');context.destroy();});
One suggestion though, would is be better to call
onLoad
withapply
/call
to ensurethis
is set to the correct scope?