Skip to content

Commit 56d4fea

Browse files
committed
chore: fix tests after react upgrade
1 parent 8e4386d commit 56d4fea

15 files changed

+17108
-24090
lines changed

Diff for: .prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"trailingComma": "es5",
3-
"tabWidth": 4,
3+
"tabWidth": 2,
44
"semi": false,
55
"singleQuote": true
66
}

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ $ git push heroku master
107107
- support from Node v12 to Node v18
108108
- cleanup `package.json` with proper 'devDependencies'
109109

110-
- [ ] fix tests
110+
- [x] fix tests
111111
- [ ] update ci
112112
- [ ] move backend and frontend to separate directories
113-
- [ ] msw mocks
113+
- [ ] msw mocks
114+
- [ ] write down supported versions (update README)
115+
- [ ] review tests. make them modern (without much mocking)

0 commit comments

Comments
 (0)