Skip to content

Commit

Permalink
Add chat component bindings tests (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhuseinova-msft authored Dec 3, 2024
1 parent 51adc09 commit 8a18570
Show file tree
Hide file tree
Showing 18 changed files with 1,808 additions and 173 deletions.
14 changes: 9 additions & 5 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 31 additions & 25 deletions common/config/rush/variants/stable/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion packages/chat-component-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.14",
"@types/react": "18.3.12",
"@types/uuid": "^9.0.8",
"copyfiles": "^2.4.1",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
Expand All @@ -64,6 +66,7 @@
"react": "18.3.1",
"rimraf": "^2.6.2",
"rollup": "^4.27.2",
"typescript": "5.4.5"
"typescript": "5.4.5",
"uuid": "^9.0.0"
}
}
Loading

0 comments on commit 8a18570

Please sign in to comment.