Category "jsdom"

Jest (unable to set unique href for window.parent.location.href)

I have in my code a check to see if a page is being loaded inside iframe. App.js if (window.location !== window.parent.location) { console.log('App is running

Backend (NodeJS) - Adaptivecard JSON to HTML Parser

What I'm trying to achieve? A back-end NodeJS service which will receive an adaptive card JSON request and give a parsed HTML response. Why I'm writing this se