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.
1 parent d9dbff2 commit 1733fc9Copy full SHA for 1733fc9
3 files changed
package.json
@@ -31,7 +31,6 @@
31
"@formily/template": "^1.0.0-alpha.0",
32
"@testing-library/jest-dom": "^5.0.0",
33
"@testing-library/react": "^11.2.3",
34
- "jest": ">=25 <26",
35
"@types/jest": "^24.0.18",
36
"@types/node": "^12.6.8",
37
"@types/react-dom": "^17.0.0",
@@ -50,8 +49,8 @@
50
49
"eslint-plugin-react": "^7.14.2",
51
"eslint-plugin-react-hooks": "^4.2.0",
52
"ghooks": "^2.0.4",
53
- "jest-dom": "^4.0.0",
54
- "jest-environment-jsdom": "^28.1.2",
+ "jest": ">=25 <26",
+ "jest-dom": "^3.1.2",
55
"lerna": "^4.0.0",
56
"lint-staged": "^8.2.1",
57
"prettier": "^2.2.1",
packages/components/__tests__/dayjs.spec.ts
@@ -0,0 +1,3 @@
1
+test('adds 1 + 2 to equal 3', () => {
2
+ expect(3).toBe(3)
3
+})
0 commit comments