blob: 2a7782b8d71ad2513977c22c2ed8e8a2ea704683 (
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`animal > 42 > bear 1`] = `"Brown bear"`;
exports[`animal > 42 > bird 1`] = `"Golden Eagle"`;
exports[`animal > 42 > cat 1`] = `"Himalayan"`;
exports[`animal > 42 > cetacean 1`] = `"Fraser’s Dolphin"`;
exports[`animal > 42 > cow 1`] = `"Estonian Holstein"`;
exports[`animal > 42 > crocodilia 1`] = `"Cuvier’s Dwarf Caiman"`;
exports[`animal > 42 > dog 1`] = `"Garafian Shepherd"`;
exports[`animal > 42 > fish 1`] = `"European anchovy"`;
exports[`animal > 42 > horse 1`] = `"Furioso-North Star"`;
exports[`animal > 42 > insect 1`] = `"Gouty oak gall"`;
exports[`animal > 42 > lion 1`] = `"Cape lion"`;
exports[`animal > 42 > petName 1`] = `"Ginger"`;
exports[`animal > 42 > rabbit 1`] = `"English Spot"`;
exports[`animal > 42 > rodent 1`] = `"Famatina chinchilla rat"`;
exports[`animal > 42 > snake 1`] = `"Grand Canyon rattlesnake"`;
exports[`animal > 42 > type 1`] = `"frog"`;
exports[`animal > 1211 > bear 1`] = `"Sun bear"`;
exports[`animal > 1211 > bird 1`] = `"White-faced Storm-Petrel"`;
exports[`animal > 1211 > cat 1`] = `"Tonkinese"`;
exports[`animal > 1211 > cetacean 1`] = `"Spinner Dolphin"`;
exports[`animal > 1211 > cow 1`] = `"Tux-Zillertal"`;
exports[`animal > 1211 > crocodilia 1`] = `"West African Crocodile"`;
exports[`animal > 1211 > dog 1`] = `"Tibetan Terrier"`;
exports[`animal > 1211 > fish 1`] = `"Southern rough shrimp"`;
exports[`animal > 1211 > horse 1`] = `"Ukrainian Riding Horse"`;
exports[`animal > 1211 > insect 1`] = `"Western paper wasp"`;
exports[`animal > 1211 > lion 1`] = `"West African Lion"`;
exports[`animal > 1211 > petName 1`] = `"Scout"`;
exports[`animal > 1211 > rabbit 1`] = `"Silver Marten"`;
exports[`animal > 1211 > rodent 1`] = `"Strong tuco-tuco"`;
exports[`animal > 1211 > snake 1`] = `"Urutu"`;
exports[`animal > 1211 > type 1`] = `"turtle"`;
exports[`animal > 1337 > bear 1`] = `"Brown bear"`;
exports[`animal > 1337 > bird 1`] = `"Common Poorwill"`;
exports[`animal > 1337 > cat 1`] = `"Devon Rex"`;
exports[`animal > 1337 > cetacean 1`] = `"Clymene Dolphin"`;
exports[`animal > 1337 > cow 1`] = `"Butana cattle"`;
exports[`animal > 1337 > crocodilia 1`] = `"Chinese Alligator"`;
exports[`animal > 1337 > dog 1`] = `"Chortai"`;
exports[`animal > 1337 > fish 1`] = `"Capelin"`;
exports[`animal > 1337 > horse 1`] = `"Colorado Ranger"`;
exports[`animal > 1337 > insect 1`] = `"Erythrina gall wasp"`;
exports[`animal > 1337 > lion 1`] = `"Barbary Lion"`;
exports[`animal > 1337 > petName 1`] = `"Cooper"`;
exports[`animal > 1337 > rabbit 1`] = `"Cinnamon"`;
exports[`animal > 1337 > rodent 1`] = `"Crested porcupine"`;
exports[`animal > 1337 > snake 1`] = `"Cuban wood snake"`;
exports[`animal > 1337 > type 1`] = `"eagle"`;
|