Commit Graph

67 Commits

Author SHA1 Message Date
c5b751a68d Merge branch 'announcements' into 'develop'
Announcements

See merge request soapbox-pub/soapbox-fe!1614
2022-07-16 19:02:10 +00:00
583e4171f1 Add some tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-07-13 19:57:22 +02:00
cb26a515a2 Fix suggestions test types 2022-07-09 15:08:01 -05:00
3874d1d9ef Merge remote-tracking branch 'origin/develop' into feed-suggestions 2022-07-09 15:02:45 -05:00
afe1edddf9 rootReducer(undefined, {} as any) --> rootState 2022-07-06 17:22:11 -05:00
e9112506c6 FIX ACTION TESTS TYPES 2022-07-06 17:02:44 -05:00
b46ccc8b3e Add tests for suggestions action 2022-07-06 14:30:06 -04:00
1e53c9f6d4 username -> acct 2022-06-29 11:10:00 -04:00
33bebf5bba Add "carousel" redux logic 2022-06-29 11:10:00 -04:00
1519bfa969 Fix tests from TSX conversion 2022-06-27 10:02:21 -04:00
e785fd2c63 Merge branch 'add-accounts-action-tests' into 'develop'
Add more tests for accounts action

See merge request soapbox-pub/soapbox-fe!1565
2022-06-27 12:28:50 +00:00
86d6c519f0 Add tests for authorizeFollowRequest() action 2022-06-23 15:37:21 -04:00
7fc43f524a Add tests for expandFollowRequests() action 2022-06-23 15:31:32 -04:00
6775beba93 Add tests for fetchFollowRequests() action 2022-06-23 15:24:31 -04:00
ba595259c1 Add tests for fetchRelationships() action 2022-06-23 15:17:36 -04:00
2cc38554fa Add tests for expandFollowing() action 2022-06-23 15:08:53 -04:00
04a2d6be99 Add tests for fetchFollowing() action 2022-06-23 15:03:48 -04:00
c2620b017b Add tests for expandFollowers() action 2022-06-23 14:59:37 -04:00
761d524fdb Add tests for fetchFollowers() action 2022-06-23 14:47:43 -04:00
931f2e16d8 Add tests for removeFromFollowers() action 2022-06-23 14:37:55 -04:00
7f8594d05e Reducers: TypeScript
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-22 22:54:21 +02:00
af695e3812 Reducers: TypeScrpt + fixes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-20 16:46:45 +02:00
877cae1bf4 Fix deleteStatus tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-20 11:19:09 +02:00
fe636bc4e4 fix tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-18 13:27:05 +02:00
0e1302587a Improve subscription button on header 2022-06-17 07:44:34 -04:00
7b5114a1b8 prefer TypeScript for tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-12 23:07:06 +02:00
5fec879148 Fix mutes test, prefer TypeScript for tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-12 16:30:48 +02:00
28f0274b46 Fix actions/accounts test for accountLookup 2022-06-09 15:10:49 -05:00
53cb5f723b actions/accounts: remove n/a test 2022-06-08 16:18:51 -05:00
5fe442b684 ESLint: add no-duplicate-imports rule
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-06-07 22:21:18 +02:00
04d1879e5b Add more tests for accounts actions 2022-06-03 16:46:42 -04:00
6eb6588492 Finish 'fetchAccountByUsername' tests 2022-06-02 11:37:18 -04:00
14d614e055 Start adding 'fetchAccountByUsername' tests 2022-06-02 10:52:00 -04:00
7f7b1aded5 Merge branch 'add-accounts-action-tests' into 'develop'
Add tests for 'createAccount' and 'fetchAccount'

See merge request soapbox-pub/soapbox-fe!1483
2022-06-01 19:23:01 +00:00
190d94a438 Add tests for 'createAccount' and 'fetchAccount' 2022-06-01 12:58:01 -04:00
8847b3cc03 Decrement reply count when removing a status. 2022-06-01 09:13:07 -04:00
3972e16e43 Add tests for alerts action 2022-05-27 15:22:20 -04:00
656f8038f6 Merge branch 'account-notes-test' into 'develop'
Add tests for account-notes action

See merge request soapbox-pub/soapbox-fe!1463
2022-05-27 18:32:36 +00:00
8433ff70b0 Add tests for account-notes action 2022-05-27 14:11:36 -04:00
4ad4414e08 Convert about action to TypeScript 2022-05-27 11:38:01 -04:00
a335c06f13 Convert blocks action to TypeScript 2022-05-26 13:37:22 -04:00
35a731ffd9 Restore localStorage onboarding code 2022-05-02 15:55:52 -05:00
ac53ed11b9 Add tests for Rules redux action/reducer 2022-05-02 13:55:08 -04:00
41ab4f0a44 Onboarding: use a server setting instead of localStorage, fix steps when data is already present 2022-04-20 12:08:49 -05:00
c8c715ee4b Add Onboarding controls to Redux 2022-04-14 10:42:56 -05:00
1466a08193 Perform better normalization of allowedEmoji 2022-04-10 15:44:51 -05:00
ed47cf5f09 Convert old tests to use "react-testing-library" 2022-04-04 11:53:47 -04:00
08a56082a9 Use intl to format messages 2022-03-30 10:40:09 -04:00
1ce5b5b34f Handle max file size before we process with server 2022-03-30 10:40:09 -04:00
1fe7a72790 Fix API mock 2022-03-18 12:20:03 -05:00