Skip to content

Commit 0b8d071

Browse files
committed
Replace Enzyme with React testing library, reorganize actions
1 parent 01e849a commit 0b8d071

25 files changed

+2635
-1817
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33
node_js:
44
- 10
55
install:
6-
- npm ci && lerna exec npm install
6+
- npm ci && lerna bootstrap && lerna exec npm install
77
script:
88
- lerna run test
99
- lerna run typecheck

package-lock.json

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

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
"pre-push": "lerna run test"
77
},
88
"devDependencies": {
9-
"@types/enzyme": "^3.10.7",
10-
"@types/enzyme-adapter-react-16": "^1.0.6",
119
"@types/jest": "^26.0.15",
1210
"@types/react": "^16.9.53",
1311
"@types/react-dom": "^16.9.8",

0 commit comments

Comments
 (0)