You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the likelihood that we'll need to be able to use env.config.jsx whenever a function is imported into the JS config, Jest will need to be able to handle it here.
The text was updated successfully, but these errors were encountered:
jsnwesson
changed the title
jest.config.js should search for both .js and .jsx extensions for env.configjest.config.js should search for both .js and .jsx extensions for env.configFeb 7, 2024
In the likelihood that we'll need to be able to use
env.config.jsx
whenever a function is imported into the JS config, Jest will need to be able to handle it here.For the sake of making sure bases are covered, Webpack's common config already handles both extensions.
The text was updated successfully, but these errors were encountered: