storj/web/satellite/tests/unit
Egon Elbre 8620532a05 web/satellite: bump dependencies
This contains also multiple fixes to make it work.
The following is a non-exhaustive list.

When @Prop default value is a callback, then it is called
instead of set verbatim. This means, when you want a default
value to be a callback, then it needs to be `default: () => () => X`.

jest does not yet properly support WebWorkers, hence the code introduces
an indirection to provide the worker URL.

This in turn required removing the global "store" dependency from
the tests. As a consequence the new NotificatorPlugin takes store
as a dependency. And many of the tests are adjusted to not import
store directly.

Moved StoreModule definition to avoid initializing the global store.

Some of the router code was moved into store. We can later figure out
how to structure it better and move it back.

bip39 needs explicit fallbacks for some of the dependencies.

Fixes to timer mocking. jest supports it natively.

Remove sinon dependency. jest provides all the functionality we need.

Change-Id: I7af3599390c63ce9f99dbd0b1e0870e9f8ca994d
2022-05-04 15:02:01 +00:00
..
account/billing web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
common web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
components/header web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
mock web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
navigationArea web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
notifications web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
onboardingTour web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
project web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
projectMembers web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
store web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00
utils satellite/projectaccounting, satellite/console, web/satellite: implemented backend for bandwidth chart 2022-01-26 15:09:22 +00:00
views web/satellite: bump dependencies 2022-05-04 15:02:01 +00:00