79393648

Date: 2025-01-28 11:43:21
Score: 1
Natty:
Report link

In my case I needed this specific test to run in node environment instead of jsdom. You can force a particular test to run in a different environment by putting this on top of the .spec file:

/**
 * @jest-environment node
 */
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Matiz