bsky-app/__tests__/view/screens
João Ferreiro 7517b65dcd Unit testing (#32)
* add testing lib

* remove coverage folder from git

* finished basic test setup

* fix tests typescript and import paths

* add first snapshot

* testing utils

* rename test files; update script flags; ++tests

* testing utils functions

* testing downloadAndResize wip

* remove download test

* specify unwanted coverage paths;
remove update snapshots flag

* fix strings tests

* testing downloadAndResize method

* increasing testing

* fixing snapshots wip

* fixed shell mobile snapshot

* adding snapshots for the screens

* fix onboard snapshot

* fix typescript issues

* fix TabsSelector snapshot

* Account for testing device's locale in ago() tests

* Remove platform detection on regex

Co-authored-by: Paul Frazee <pfrazee@gmail.com>
2022-12-22 09:32:39 -06:00
..
__snapshots__ Unit testing (#32) 2022-12-22 09:32:39 -06:00
Contacts.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Home.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Login.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
NotFound.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Notifications.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Onboard.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
PostDownvotedBy.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
PostRepostedBy.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
PostThread.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
PostUpvotedBy.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Profile.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
ProfileFollowers.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
ProfileFollows.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
ProfileMembers.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Search.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00
Settings.test.tsx Unit testing (#32) 2022-12-22 09:32:39 -06:00