-
Notifications
You must be signed in to change notification settings - Fork 2
chore(ui): ui package bootstrapped #96
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
Conversation
|
⏭️ No files to mutate for |
|
⏭️ No files to mutate for |
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 100% | 0/0 |
| 🟢 | Branches | 100% | 0/0 |
| 🟢 | Functions | 100% | 0/0 |
| 🟢 | Lines | 100% | 0/0 |
Test suite run success
1 tests passing in 1 suite.
Report generated by 🧪jest coverage report action from 310e491
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 96.05% | 802/835 |
| 🟢 | Branches | 96% | 216/225 |
| 🟢 | Functions | 87.39% | 194/222 |
| 🟢 | Lines | 95.91% | 773/806 |
Test suite run success
405 tests passing in 24 suites.
Report generated by 🧪jest coverage report action from 310e491
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
|---|---|---|---|
| 🟢 | Statements | 98% | 98/100 |
| 🟢 | Branches | 95% | 38/40 |
| 🟢 | Functions | 100% | 11/11 |
| 🟢 | Lines | 98% | 98/100 |
Test suite run success
51 tests passing in 3 suites.
Report generated by 🧪jest coverage report action from 310e491
packages/core/src/index.ts
Outdated
| eventBus, | ||
| }); | ||
|
|
||
| this.#iocContainer.set(pluginType, pluginInstance); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be useful here
https://docs.typestack.community/typedi/develop#using-service-groups
Co-authored-by: George Berezhnoy <[email protected]>
@editorjs/uipackagecore.use()method, where they will be instantiatedEditorjsPlugin— a class withtype(used for ioc key) anddestroy(). It acceptsEventBus, API, Config@editorjs/corebuild config updated