MCPcopy Create free account
hub / github.com/dfinity/orbit / storage.utils.spec.ts

File storage.utils.spec.ts

apps/wallet/src/utils/storage.utils.spec.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, describe, expect, it, vi } from 'vitest';
2import { setupComponent } from '~/test.utils';
3import { objectDeserialize, objectSerialize, useStorage } from './storage.utils';
4import logger from '~/core/logger.core';

Callers

nothing calls this directly

Calls 4

setupComponentFunction · 0.90
useStorageFunction · 0.90
objectSerializeFunction · 0.90
clearMethod · 0.45

Tested by

no test coverage detected