forked from patternfly/patternfly-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatternFly.getResources.test.ts.snap
More file actions
50 lines (41 loc) · 1.61 KB
/
patternFly.getResources.test.ts.snap
File metadata and controls
50 lines (41 loc) · 1.61 KB
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
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
exports[`getPatternFlyComponentNames should return multiple organized facets: properties 1`] = `
[
"componentNamesIndex",
"componentNamesIndexMap",
"byVersion",
"byDocs",
]
`;
exports[`getPatternFlyMcpResources should return multiple organized facets: properties 1`] = `
[
"availableSemVer",
"availableVersions",
"availableSchemasVersions",
"enumeratedVersions",
"envSemVer",
"envVersion",
"latestVersion",
"latestSchemasVersion",
"isEnvTheLatestVersion",
"isEnvTheLatestSchemasVersion",
"resources",
"docsIndex",
"componentsIndex",
"isFallbackDocumentation",
"keywordsIndex",
"keywordsMap",
"pathIndex",
"byPath",
"byUri",
"byVersion",
"byVersionComponentNames",
]
`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, accessibility 1`] = `"Accessibility"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, design 1`] = `"Design Guidelines"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, empty string 1`] = `"Documentation"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, example 1`] = `"Examples"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, guidelines 1`] = `"AI Guidance"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, null 1`] = `"Documentation"`;
exports[`setCategoryDisplayLabel should normalize categories and apply linking markdown, undefined 1`] = `"Documentation"`;