From a5a21b7035453954d3cfb9d7aefc80e9288b59f4 Mon Sep 17 00:00:00 2001 From: Fullchee Zhang Date: Sun, 18 Feb 2024 15:48:22 -0500 Subject: [PATCH] set jest env so test passes --- src/__tests__/to-be-invalid.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/__tests__/to-be-invalid.js b/src/__tests__/to-be-invalid.js index 66ed8749..fc70b115 100644 --- a/src/__tests__/to-be-invalid.js +++ b/src/__tests__/to-be-invalid.js @@ -1,3 +1,7 @@ +/** + * @jest-environment node + */ + import {JSDOM} from 'jsdom' import {render} from './helpers/test-utils'