import { Ingredient } from "@/components/Nutrition/models/Ingredient"; export const TEST_INGREDIENT_1 = new Ingredient({ id: 101, uuid: "3af59658-7d83-4b0a-82f9-9f0edc0f00d5", code: "00975957", name: "0% fat Greek style yogurt", energy: 1, protein: 5.700, carbohydrates: 18.600, carbohydratesSugar: 10.200, fat: 3.300, fatSaturated: 0.900, fiber: 0.500, sodium: 0.040, isVegetarian: true, nutriscore: 'a', }); export const TEST_INGREDIENT_2 = new Ingredient({ id: 102, uuid: "18985fac-a519-4ebe-9017-b2fc3be91357", code: "4005967511077", name: "1001 Nacht Haferbrei", energy: 351, protein: 10.400, carbohydrates: 61.100, carbohydratesSugar: 17.100, fat: 5.100, fatSaturated: 1.000, fiber: 9.300, sodium: 0.008, isVegan: true, isVegetarian: true, nutriscore: 'b', }); export const TEST_INGREDIENT_3 = new Ingredient({ id: 103, uuid: "ef7b50e0-5a2f-4060-8f9d-dd6b181d393c", code: "0082592720153", name: "100% boosted juice smoothie", energy: 60, protein: 0.890, carbohydrates: 14.000, carbohydratesSugar: 11.780, fat: 0.000, fatSaturated: 0.000, fiber: 0.000, sodium: 0.006, isVegan: true, isVegetarian: true, nutriscore: 'c', }); export const TEST_INGREDIENT_4 = new Ingredient({ id: 104, uuid: "20a2ed05-f216-414a-a4a5-515d5bb9cb85", code: "3596710427192", name: "100% Cacao Boissons et Pâtisseries", energy: 385, protein: 22.000, carbohydrates: 12.000, carbohydratesSugar: 1.900, fat: 21.000, fatSaturated: 13.000, fiber: 30.000, sodium: 0.020, }); export const TEST_INGREDIENT_5 = new Ingredient({ id: 105, uuid: "12512223-5df8-457b-9f1f-9ff409e828fb", code: "3036850776410", name: "100% cacao non sucré", energy: 367, protein: 19.000, carbohydrates: 12.000, carbohydratesSugar: 1.900, fat: 21.000, fatSaturated: 13.000, fiber: 27.000, sodium: 0.020, });