Skip to content

Commit

Permalink
upgrade jsdom. added node enviro
Browse files Browse the repository at this point in the history
  • Loading branch information
blakenetz committed Jan 10, 2024
1 parent 1fb156c commit 6a97bc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"expect": "^29.6.2",
"jest-environment-jsdom-sixteen": "^1.0.3",
"jest-watch-select-projects": "^2.0.0",
"jsdom": "^16.2.1",
"jsdom": "^23.2.0",
"kcd-scripts": "^14.0.0",
"pretty-format": "^25.1.0",
"rollup": "^3.28.1",
Expand Down
4 changes: 4 additions & 0 deletions src/__tests__/to-be-invalid.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/**
* @jest-environment node
*/

import {JSDOM} from 'jsdom'
import {render} from './helpers/test-utils'

Expand Down

0 comments on commit 6a97bc6

Please sign in to comment.