blob: d786d2509219b4f9e0caf3af2a43153bbb83b6d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`food > 42 > adjective 1`] = `"golden"`;
exports[`food > 42 > description 1`] = `"A succulent quail steak, encased in a crunchy anise crust, served with a side of liquorice root mashed arugula."`;
exports[`food > 42 > dish 1`] = `"Moses's Special Buckwheat Flour"`;
exports[`food > 42 > ethnicCategory 1`] = `"Gujarati"`;
exports[`food > 42 > fruit 1`] = `"fig"`;
exports[`food > 42 > ingredient 1`] = `"flathead"`;
exports[`food > 42 > meat 1`] = `"goose"`;
exports[`food > 42 > spice 1`] = `"dhansak"`;
exports[`food > 42 > vegetable 1`] = `"cos lettuce"`;
exports[`food > 1211 > adjective 1`] = `"tender"`;
exports[`food > 1211 > description 1`] = `"Three cherries with onion, pumpkin, parsnip, purple carrot and soy beans. With a side of baked prune, and your choice of celery or capsicum."`;
exports[`food > 1211 > dish 1`] = `"Sushi"`;
exports[`food > 1211 > ethnicCategory 1`] = `"Texan"`;
exports[`food > 1211 > fruit 1`] = `"strawberry"`;
exports[`food > 1211 > ingredient 1`] = `"turmeric"`;
exports[`food > 1211 > meat 1`] = `"turkey"`;
exports[`food > 1211 > spice 1`] = `"tagine"`;
exports[`food > 1211 > vegetable 1`] = `"sun dried tomatoes"`;
exports[`food > 1337 > adjective 1`] = `"fluffy"`;
exports[`food > 1337 > description 1`] = `"A slow-roasted Cory's Shearwater with a fresh, fluffy exterior. Stuffed with orange and covered in fingerlime sauce. Sides with bok choy puree and wild english spinach."`;
exports[`food > 1337 > dish 1`] = `"Egyptian Dill Soup"`;
exports[`food > 1337 > ethnicCategory 1`] = `"Czech"`;
exports[`food > 1337 > fruit 1`] = `"custard apple"`;
exports[`food > 1337 > ingredient 1`] = `"coconut water"`;
exports[`food > 1337 > meat 1`] = `"emu"`;
exports[`food > 1337 > spice 1`] = `"chilli pepper"`;
exports[`food > 1337 > vegetable 1`] = `"carrot"`;
|