Skip to content

Commit 1733fc9

Browse files
committed
fix: test
1 parent d9dbff2 commit 1733fc9

3 files changed

Lines changed: 60 additions & 290 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"@formily/template": "^1.0.0-alpha.0",
3232
"@testing-library/jest-dom": "^5.0.0",
3333
"@testing-library/react": "^11.2.3",
34-
"jest": ">=25 <26",
3534
"@types/jest": "^24.0.18",
3635
"@types/node": "^12.6.8",
3736
"@types/react-dom": "^17.0.0",
@@ -50,8 +49,8 @@
5049
"eslint-plugin-react": "^7.14.2",
5150
"eslint-plugin-react-hooks": "^4.2.0",
5251
"ghooks": "^2.0.4",
53-
"jest-dom": "^4.0.0",
54-
"jest-environment-jsdom": "^28.1.2",
52+
"jest": ">=25 <26",
53+
"jest-dom": "^3.1.2",
5554
"lerna": "^4.0.0",
5655
"lint-staged": "^8.2.1",
5756
"prettier": "^2.2.1",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('adds 1 + 2 to equal 3', () => {
2+
expect(3).toBe(3)
3+
})

0 commit comments

Comments
 (0)