Skip to content

Commit b7022f5

Browse files
chore: lockfile regenerated; jest fixes
1 parent f440f27 commit b7022f5

File tree

3 files changed

+12
-104
lines changed

3 files changed

+12
-104
lines changed

packages/react/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"eslint-plugin-standard": "^4.0.1",
6565
"gh-pages": "^2.2.0",
6666
"jest": "27.5.1",
67+
"jest-environment-jsdom": "27.5.1",
6768
"npm-run-all": "^4.1.5",
6869
"prettier": "^2.0.4",
6970
"react": "^16.13.1",

packages/react/tsconfig.test.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"module": "ES2015"
5-
}
4+
"module": "ES2015",
5+
"jsx": "react"
6+
},
7+
"include": ["./__tests__"]
68
}

pnpm-lock.yaml

+7-102
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)