Verify that taiwanCityProvider.js contains an array with four city objects, each with a name, image, and imageAlt property. Verify that a copy of this array is accessible through this module's exported function useTaiwanCities.
Verify that taiwanHeadOfStateProvider.js contains an array with four head of state objects, each with a name, image, imageAlt, and description property. Verify that a copy of this array is accessible through this module's exported function useTaiwanHeadsOfState.
Verify that taiwanIntroProvider.js contains an array with one intro object, which contains a name, image, and imageAlt property. Verify that a copy of this array is accessible through this module's exported function useTaiwanIntro.
Verify that taiwanLandmarkProvider.js contains an array with four objects, each of which contain a name, image, imageAlt, and description property. Verify that a copy of this array is accessible through this module's exported function useTaiwanLandmarks.
git fetch --all
,git checkout je-create-taiwan-providers
taiwanCityProvider.js
contains an array with four city objects, each with aname
,image
, andimageAlt
property. Verify that a copy of this array is accessible through this module's exported functionuseTaiwanCities
.taiwanHeadOfStateProvider.js
contains an array with four head of state objects, each with aname
,image
,imageAlt
, anddescription
property. Verify that a copy of this array is accessible through this module's exported functionuseTaiwanHeadsOfState
.taiwanIntroProvider.js
contains an array with one intro object, which contains aname
,image
, andimageAlt
property. Verify that a copy of this array is accessible through this module's exported functionuseTaiwanIntro
.taiwanLandmarkProvider.js
contains an array with four objects, each of which contain aname
,image
,imageAlt
, anddescription
property. Verify that a copy of this array is accessible through this module's exported functionuseTaiwanLandmarks
.