20 indexer index on chain token ownership state #19
Annotations
4 errors
test/fetching/fetchMetadataFromUri.test.ts:
test/fetching/fetchMetadataFromUri.test.ts#L2
Error: Cannot find module '@/fetching' imported from '/home/runner/work/hypercerts-indexer/hypercerts-indexer/test/fetching/fetchMetadataFromUri.test.ts'.
- If you rely on tsconfig.json's "paths" to resolve modules, please install "vite-tsconfig-paths" plugin to handle module resolution.
- Make sure you don't have relative aliases in your Vitest config. Use absolute paths instead. Read more: https://vitest.dev/guide/common-errors
❯ test/fetching/fetchMetadataFromUri.test.ts:2:31
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 'ERR_MODULE_NOT_FOUND' }
|
test/storage/storeHypercert.test.ts > storeHypercert > store hypercert data in DB:
test/storage/storeHypercert.test.ts#L14
ReferenceError: storeClaim is not defined
❯ test/storage/storeHypercert.test.ts:14:25
|
test/storage/updateLastBlockIndexed.test.ts > updateLastBlockIndexed > update the last block indexed in DB:
test/storage/updateLastBlockIndexed.test.ts#L10
ReferenceError: updateLastBlockIndexed is not defined
❯ test/storage/updateLastBlockIndexed.test.ts:10:30
|
test
Process completed with exit code 1.
|