You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/__snapshots__/tool.searchPatternFlyDocs.test.ts.snap
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ exports[`searchPatternFlyDocsTool should have a consistent return structure: str
10
10
11
11
exports[`searchPatternFlyDocsTool, callback should parse parameters, default: search 1`] =`"# Search results for "Button". Showing 1 exact match."`;
12
12
13
+
exports[`searchPatternFlyDocsTool, callback should parse parameters, explicit valid version: search 1`] =`"# Search results for "Button". Showing 1 exact match."`;
14
+
13
15
exports[`searchPatternFlyDocsTool, callback should parse parameters, with "*" searchQuery all: search 1`] =`"# Search results for "all" resources. Only showing the first 10 results. There are 546 potential match variations. Try searching with a more specific query."`;
14
16
15
17
exports[`searchPatternFlyDocsTool, callback should parse parameters, with "all" searchQuery all: search 1`] =`"# Search results for "all" resources. Only showing the first 10 results. There are 546 potential match variations. Try searching with a more specific query."`;
0 commit comments