1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src
Janne Savolainen 350f07b457 Introduce first unit test made possible because of recently demonstrated changes
Key changes were:
- Introduction of dependencies as interfaces to permit stubbing in general (Dependency Inversion Principle)
- Introduction of segregated interfaces to only require stubbing of minimal stuff (Interface Segregation Principle)

Signed-off-by: Janne Savolainen <janne.savolainen@houston-inc.com>
2021-12-04 12:16:33 +02:00
..
common Demonstrate a step further to have an interface as dependency instead of concrete instance 2021-12-04 12:16:33 +02:00
extensions Demonstrate even step further to have an interface as dependency instead of concrete instance 2021-12-04 12:16:33 +02:00
main Make another dependency a segregated interface instead of concrete instance 2021-12-04 12:16:33 +02:00
migrations Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00
renderer Introduce first unit test made possible because of recently demonstrated changes 2021-12-04 12:16:33 +02:00
jest.setup.ts Fix accessible namespaces notification not navigating to correct settings (#4048) 2021-10-15 09:06:24 -04:00
preload.ts Lint: comma-spacing (error) & comma-dangle (error) (#4200) 2021-11-02 17:38:20 -04:00