-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
Explanation
-
What is the expected behavior?
Executingnpm testshould run successfully the tests -
What is happening instead?
Jest execution fails -
What error message are you getting?
jsdom(>= 16) doesn't include polyfills for Node functionalities used byundici
ReferenceError: TextEncoder is not defined
> 1 | import {configure} from 'enzyme';
- Enzyme 3.11.0 upgraded to cheerio 1.0.0 which required Node >= 18.17.0. Need to support earlier LTS versions
Cannot find module 'cheerio/lib/utils' from 'node_modules/enzyme/build/Utils.js'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working