chore: adjusted wallet storybook mocks to fix the build (#5804)

This commit is contained in:
Jędrzej Stuczyński
2025-05-27 12:38:13 +02:00
committed by GitHub
parent 4a1ce8154a
commit 474eff67fa
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,8 @@
/**
* This is a mock for Tauri's API package (@tauri-apps/api/app), to prevent stories from being excluded, because they either use
* or import dependencies that use Tauri.
*/
module.exports = {
invoke: () => undefined,
}
@@ -0,0 +1,4 @@
/**
* This is a mock for Tauri's API package (@tauri-apps/api/app), to prevent stories from being excluded, because they either use
* or import dependencies that use Tauri.
*/