We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a16937 + fb4b4d8 commit 8c32f7fCopy full SHA for 8c32f7f
jest.config.cjs
@@ -1,7 +1,7 @@
1
/** @type {import('jest').Config} */
2
const config = {
3
verbose: true,
4
- testEnvironment: "jsdom",
+ testEnvironment: "node",
5
extensionsToTreatAsEsm: [".jsx"],
6
transform: {
7
"\\.[jt]sx?$": "babel-jest"
0 commit comments