
* tests for images on product list * image on product details page should be displayed * test for upload image * fix collection utils import * fix creating test data * update jest
3 lines
66 B
JavaScript
3 lines
66 B
JavaScript
export const demoProductsNames = {
|
|
appleJuice: "Apple Juice"
|
|
};
|