-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added tests to AdminX framework package #19022
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #19022 +/- ##
=======================================
Coverage 72.77% 72.77%
=======================================
Files 1251 1251
Lines 72611 72609 -2
Branches 9602 9601 -1
=======================================
- Hits 52840 52839 -1
- Misses 18989 18990 +1
+ Partials 782 780 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
refs TryGhost/Product#4159 --- <!-- Leave the line below if you'd like GitHub Copilot to generate a summary from your commit --> <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at 9e68f4d</samp> This pull request refactors several components in the `admin-x-settings` app to use common hooks from the `@tryghost/admin-x-framework` package, which reduces code duplication and improves consistency. It also updates the `package.json` file and adds unit tests for the `admin-x-framework` package, which improves the formatting, testing, and dependency management. Additionally, it makes some minor changes to the `hooks.ts`, `FrameworkProvider.tsx`, and `.eslintrc.cjs` files in the `admin-x-framework` package, which enhance the public API and the linting configuration.
refs https://github.com/TryGhost/Product/issues/4159
🤖[deprecated] Generated by Copilot at 9e68f4d
This pull request refactors several components in the
admin-x-settings
app to use common hooks from the@tryghost/admin-x-framework
package, which reduces code duplication and improves consistency. It also updates thepackage.json
file and adds unit tests for theadmin-x-framework
package, which improves the formatting, testing, and dependency management. Additionally, it makes some minor changes to thehooks.ts
,FrameworkProvider.tsx
, and.eslintrc.cjs
files in theadmin-x-framework
package, which enhance the public API and the linting configuration.