Skip to content

Remove enzyme from all packages#577

Merged
Zhou-Ziheng merged 18 commits intodeephaven:mainfrom
Zhou-Ziheng:570-remove-enzyme-from-dashboard-core-plugins
May 19, 2022
Merged

Remove enzyme from all packages#577
Zhou-Ziheng merged 18 commits intodeephaven:mainfrom
Zhou-Ziheng:570-remove-enzyme-from-dashboard-core-plugins

Conversation

@Zhou-Ziheng
Copy link
Contributor

Fixes #570

@Zhou-Ziheng Zhou-Ziheng added the enhancement New feature or request label May 12, 2022
@Zhou-Ziheng Zhou-Ziheng self-assigned this May 12, 2022
@codecov
Copy link

codecov bot commented May 12, 2022

Codecov Report

Merging #577 (215a762) into main (2281229) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #577      +/-   ##
==========================================
- Coverage   36.83%   36.79%   -0.04%     
==========================================
  Files         390      390              
  Lines       28661    28656       -5     
  Branches     6780     6779       -1     
==========================================
- Hits        10558    10545      -13     
- Misses      17757    17766       +9     
+ Partials      346      345       -1     
Flag Coverage Δ
unit 36.79% <ø> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...dashboard-core-plugins/src/panels/ConsolePanel.jsx 48.25% <ø> (+42.65%) ⬆️
.../command-history/CommandHistoryViewportUpdater.tsx 0.00% <0.00%> (-70.59%) ⬇️
packages/iris-grid/src/AdvancedFilterCreator.jsx 44.16% <0.00%> (-21.32%) ⬇️
packages/console/src/ConsoleInput.jsx 0.00% <0.00%> (-4.29%) ⬇️
.../src/command-history/CommandHistoryItemTooltip.jsx 91.13% <0.00%> (-3.80%) ⬇️
packages/iris-grid/src/TableUtils.ts 62.16% <0.00%> (-3.62%) ⬇️
.../iris-grid/src/AdvancedFilterCreatorFilterItem.tsx 37.87% <0.00%> (-3.04%) ⬇️
packages/iris-grid/src/IrisGridCopyHandler.jsx 83.01% <0.00%> (-1.26%) ⬇️
...ashboard-core-plugins/src/panels/IrisGridPanel.jsx 44.47% <0.00%> (+2.03%) ⬆️
packages/iris-grid/src/TableViewportUpdater.jsx 68.60% <0.00%> (+2.32%) ⬆️
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2281229...215a762. Read the comment docs.

@Zhou-Ziheng Zhou-Ziheng marked this pull request as ready for review May 12, 2022 22:21
@Zhou-Ziheng Zhou-Ziheng requested a review from mofojed May 12, 2022 22:22
@Zhou-Ziheng Zhou-Ziheng marked this pull request as draft May 13, 2022 02:08
@Zhou-Ziheng Zhou-Ziheng removed the request for review from mofojed May 13, 2022 02:55
@mofojed mofojed added internal and removed enhancement New feature or request labels May 16, 2022
@Zhou-Ziheng Zhou-Ziheng changed the title Remove enzyme from dashboard core plugins Remove enzyme from all packages May 16, 2022
@Zhou-Ziheng Zhou-Ziheng marked this pull request as ready for review May 16, 2022 20:17
@Zhou-Ziheng Zhou-Ziheng requested a review from mofojed May 16, 2022 20:17
@Zhou-Ziheng Zhou-Ziheng requested a review from mofojed May 17, 2022 15:59
mofojed
mofojed previously approved these changes May 18, 2022

function expectLoading() {
expect(screen.getAllByRole('img', { hidden: true }).length).toBe(2);
function expectLoading(container) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought you were going to add a title to the LoadingSpinner? This is fine too, just means you need to pass in the container as well.

Co-authored-by: Mike Bender <mikebender@deephaven.io>
@Zhou-Ziheng Zhou-Ziheng merged commit 91495a2 into deephaven:main May 19, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remove enzyme from dashboard-core-plugins

2 participants