Skip to content

Commit 6f33bca

Browse files
authored
Merge branch 'main' into org-iss4753
2 parents 2f43a7d + 4034ad9 commit 6f33bca

File tree

86 files changed

+2716
-1248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+2716
-1248
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This PatternFly extension library provides components based on PatternFly 6 that
55
---
66

77
## Install
8-
8+
99
To use the chatbot extension in your project, run
1010

1111
```

jest.config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
collectCoverage: true,
88
// most of these are to fix https://github.com/remarkjs/react-markdown/issues/635
99
transformIgnorePatterns: [
10-
'node_modules/(?!@patternfly|@data-driven-forms|remark-gfm|react-markdown|remark-parse|devlop|hast-util-to-jsx-runtime|comma-separated-tokens|estree-util-is-identifier-name|hast-util-whitespace|property-information|space-separated-tokens|unist-util-position|vfile-message|unist-util-stringify-position|html-url-attributes|mdast-util-from-markdown|mdast-util-to-string|micromark|decode-named-character-reference|remark-rehype|mdast-util-to-hast|trim-lines|unist-util-visit|unist-util-is|unified|bail|is-plain-obj|trough|vfile|mdast-util-gfm|ccount|mdast-util-find-and-replace|escape-string-regexp|markdown-table|mdast-util-to-markdown|zwitch|longest-streak|mdast-util-phrasing)'
10+
'node_modules/(?!@patternfly|@data-driven-forms|remark-gfm|react-markdown|remark-parse|devlop|hast-util-to-jsx-runtime|comma-separated-tokens|estree-util-is-identifier-name|hast-util-whitespace|property-information|space-separated-tokens|unist-util-position|vfile-message|unist-util-stringify-position|html-url-attributes|mdast-util-from-markdown|mdast-util-to-string|micromark|decode-named-character-reference|remark-rehype|mdast-util-to-hast|trim-lines|unist-util-visit|unist-util-is|unified|bail|is-plain-obj|trough|vfile|mdast-util-gfm|ccount|mdast-util-find-and-replace|escape-string-regexp|markdown-table|mdast-util-to-markdown|zwitch|longest-streak|mdast-util-phrasing|rehype-highlight)'
1111
// Uncomment the below line if you face any errors with jest
1212
// '/node_modules/(?!@redhat-cloud-services)',
1313
],
@@ -38,7 +38,8 @@ module.exports = {
3838
customReact: 'react',
3939
reactRedux: 'react-redux',
4040
PFReactCore: '@patternfly/react-core',
41-
PFReactTable: '@patternfly/react-table'
41+
PFReactTable: '@patternfly/react-table',
42+
'^monaco-editor$': '<rootDir>/packages/module/src/__mocks__/monaco-editor.ts'
4243
},
4344
globalSetup: '<rootDir>/config/globalSetup.js',
4445
transform: {

0 commit comments

Comments
 (0)