dom-testing-demo icon indicating copy to clipboard operation
dom-testing-demo copied to clipboard

jsdom not in your package.json but in index.test.js

Open inspiraller opened this issue 3 years ago • 1 comments

Just curious where this is coming from? Is it inherited from @testing-library?

import { JSDOM } from 'jsdom'

inspiraller avatar Jul 07 '22 07:07 inspiraller

I had to install it with npm install jsdom.

marcysutton avatar Feb 17 '23 02:02 marcysutton