dom-testing-demo
dom-testing-demo copied to clipboard
jsdom not in your package.json but in index.test.js
Just curious where this is coming from? Is it inherited from @testing-library?
import { JSDOM } from 'jsdom'
I had to install it with npm install jsdom.