mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 09:37:22 +00:00
* refactor(mock): generate @podman-desktop/api mock from its definition instead of writing for each function and for each namespace the content reuse the .d.ts definition and wire automatically vi.fn() customize/override some classes implementation manually but most of it is generated fixes https://github.com/podman-desktop/podman-desktop/issues/14493 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
18 lines
283 B
Text
18 lines
283 B
Text
node_modules
|
|
.DS_Store
|
|
dist
|
|
.eslintcache
|
|
*.cdix
|
|
.parcel-cache
|
|
.idea
|
|
.vale/styles/RedHat
|
|
**/test-resources
|
|
**/coverage
|
|
/kind
|
|
/kind.exe
|
|
/storybook/.storybook/themes.css
|
|
/storybook/storybook-static/
|
|
yarn.lock
|
|
extensions/podman/assets/
|
|
extensions-extra/
|
|
__mocks__/@podman-desktop/api.ts
|