roshmani

Results 4 comments of roshmani

i had version history: "history": "4.10.1", installed 5.0.0 , still doesnt seem to work .

The tests for the component using the file-saver also doesn't run, and as you can see i am just spying on the function which uses it and not testing the...

> @roshmani have you found a solution ? unfortunately i have not found the solution...i will try adding the ``` global.HTMLElement = window.HTMLElement; global.HTMLAnchorElement = window.HTMLAnchorElement; ``` rest of them...

> @roshmani > > Adding `HTMLAnchorElement` with JSDOM and the root of my tests solves the problem on my side. > > My code: > > ``` > const jsdom...