Skip to content

Commit 7581045

Browse files
committed
DEV base tests
1 parent 6f6e3f5 commit 7581045

File tree

4 files changed

+1327
-0
lines changed

4 files changed

+1327
-0
lines changed

src/__tests__/__snapshots__/options.defaults.test.ts.snap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ exports[`options defaults should return specific properties: defaults 1`] = `
3232
"pfExternalExamplesComponents": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/components",
3333
"pfExternalExamplesLayouts": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-core/src/layouts",
3434
"pfExternalExamplesTable": "https://raw.githubusercontent.com/patternfly/patternfly-react/refs/tags/v6.4.0/packages/react-table/src/components",
35+
"pluginHost": {
36+
"gracePeriodMs": 2000,
37+
"invokeTimeoutMs": 10000,
38+
"loadTimeoutMs": 5000,
39+
},
3540
"repoName": "patternfly-mcp",
3641
"resourceMemoOptions": {
3742
"default": {

0 commit comments

Comments
 (0)