Skip to content

Commit 80351fe

Browse files
zuharzclaude
andcommitted
fix: Update web package tests to use modern @testing-library/react
- Replace deprecated @testing-library/react-hooks with @testing-library/react - Add @testing-library/react and @testing-library/dom as devDependencies - Update renderHook imports in useExtractReferences.test.ts and useMessagePairs.test.ts - All 115 web package tests now pass successfully 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 332b5cf commit 80351fe

File tree

12 files changed

+3124
-3196
lines changed

12 files changed

+3124
-3196
lines changed

docs/snippets/schemas/v3/azuredevops.schema.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"properties": {
2323
"secret": {
2424
"type": "string",
25+
"minLength": 1,
2526
"description": "The name of the secret that contains the token."
2627
}
2728
},
@@ -35,6 +36,7 @@
3536
"properties": {
3637
"env": {
3738
"type": "string",
39+
"minLength": 1,
3840
"description": "The name of the environment variable that contains the token. Only supported in declarative connection configs."
3941
}
4042
},

docs/snippets/schemas/v3/connection.schema.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,7 @@
958958
"properties": {
959959
"secret": {
960960
"type": "string",
961+
"minLength": 1,
961962
"description": "The name of the secret that contains the token."
962963
}
963964
},
@@ -971,6 +972,7 @@
971972
"properties": {
972973
"env": {
973974
"type": "string",
975+
"minLength": 1,
974976
"description": "The name of the environment variable that contains the token. Only supported in declarative connection configs."
975977
}
976978
},

docs/snippets/schemas/v3/index.schema.mdx

Lines changed: 110 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)