diff --git a/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx b/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx index 24b0d5a4ab..85a902c74e 100644 --- a/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx +++ b/src/lib/Scenes/City/Components/FairEventSection/Components/__tests__/FairEventSectionCard-tests.tsx @@ -1,5 +1,5 @@ import { FairEventSectionCard } from "../FairEventSectionCard" describe(FairEventSectionCard, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx b/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx index 44d3704619..416131eb57 100644 --- a/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx +++ b/src/lib/Scenes/City/Components/SavedEventSection/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import { SavedEventSection } from "../index" describe(SavedEventSection, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx b/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx index 9ff2f5cf92..7e33088be8 100644 --- a/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx +++ b/src/lib/Scenes/City/Components/__tests__/AllEvents-tests.tsx @@ -1,5 +1,5 @@ import { AllEvents } from "../AllEvents" describe(AllEvents, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx b/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx index 2a1bfc26e0..4550750521 100644 --- a/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx +++ b/src/lib/Scenes/City/Components/__tests__/EventList-tests.tsx @@ -1,5 +1,5 @@ import { EventList } from "../EventList" describe(EventList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx b/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx index 01b669f9a8..4ed7e531a6 100644 --- a/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityBMWList-tests.tsx @@ -1,5 +1,5 @@ import CityBMWList from "../CityBMWList" describe(CityBMWList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx b/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx index 966a7a2116..2d83e3ed84 100644 --- a/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityFairList-tests.tsx @@ -1,5 +1,5 @@ import CityFairList from "../CityFairList" describe(CityFairList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx b/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx index 5ce1c36e37..70f4b74877 100644 --- a/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CityPicker-tests.tsx @@ -1,5 +1,5 @@ import { CityPicker } from "../CityPicker" describe(CityPicker, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx b/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx index 966a7a2116..2d83e3ed84 100644 --- a/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CitySavedList-tests.tsx @@ -1,5 +1,5 @@ import CityFairList from "../CityFairList" describe(CityFairList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx b/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx index f6e557e5b7..82213f9c77 100644 --- a/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx +++ b/src/lib/Scenes/City/__tests__/CitySectionList-tests.tsx @@ -1,5 +1,5 @@ import CitySectionList from "../CitySectionList" describe(CitySectionList, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx index b2d41e0bce..f03476d170 100644 --- a/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Artists/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteArtists from "../index" describe(FavoriteArtists, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx index c4b694abcb..830c0445a2 100644 --- a/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Artworks/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteArtworks from "../index" describe(FavoriteArtworks, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx index 79ae9be320..22cd72fca0 100644 --- a/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Categories/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteCategories from "../index" describe(FavoriteCategories, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx index c1dc945a54..5b8d110d06 100644 --- a/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Fairs/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteFairs from "../index" describe(FavoriteFairs, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx index d1d002974b..da8d108abf 100644 --- a/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/Components/Shows/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import FavoriteShows from "../index" describe(FavoriteShows, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") }) diff --git a/src/lib/Scenes/Favorites/__tests__/index-tests.tsx b/src/lib/Scenes/Favorites/__tests__/index-tests.tsx index 46075b6561..452bc620ed 100644 --- a/src/lib/Scenes/Favorites/__tests__/index-tests.tsx +++ b/src/lib/Scenes/Favorites/__tests__/index-tests.tsx @@ -1,5 +1,5 @@ import Favorites from "../index" describe(Favorites, () => { - pending("No tests yet, it's just placeholders so far.") + it.todo("No tests yet, it's just placeholders so far.") })