Skip to content

Commit

Permalink
set jest env so test passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fullchee committed Feb 18, 2024
1 parent c0ca0f0 commit a5a21b7
Showing 1 changed file with 4 additions and 0 deletions.
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 a5a21b7

Please sign in to comment.