[arvados] updated: 2.7.0-6415-g46605be9b9

git repository hosting git at public.arvados.org
Tue Apr 16 14:31:56 UTC 2024


Summary of changes:
 .../src/views-components/context-menu/actions/download-action.test.tsx  | 2 --
 1 file changed, 2 deletions(-)

       via  46605be9b9f2721cc9848323f904fb0ace5a2dbd (commit)
      from  153bd45ac997dbccf8771c6fd4cdcc446402e51b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 46605be9b9f2721cc9848323f904fb0ace5a2dbd
Author: Lisa Knox <lisaknox83 at gmail.com>
Date:   Tue Apr 16 10:31:50 2024 -0400

    21037: removed jszip mock in spec Arvados-DCO-1.1-Signed-off-by: Lisa Knox <lisa.knox at curii.com>

diff --git a/services/workbench2/src/views-components/context-menu/actions/download-action.test.tsx b/services/workbench2/src/views-components/context-menu/actions/download-action.test.tsx
index e3fcfd19e4..ed41225a07 100644
--- a/services/workbench2/src/views-components/context-menu/actions/download-action.test.tsx
+++ b/services/workbench2/src/views-components/context-menu/actions/download-action.test.tsx
@@ -23,8 +23,6 @@ const mock = {
     generateAsync: jest.fn().mockImplementation(() => Promise.resolve('test')),
 };
 
-jest.mock('jszip', () => jest.fn().mockImplementation(() => mock));
-
 describe('<DownloadAction />', () => {
     let props;
     let zip;

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list