mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-09 15:48:08 -05:00
chore: fix documentation CLI (#6566)
* chore: fix documentation CLI
* chore: lint md files
* chore: do not run spellcheck on generated CLI md
* chore: address comments
* chore: address comments
* chore: escape titles
* chore: generate TOC
* chore: address comments
* chore: fix lint
* Revert "chore: generate TOC"
This reverts commit 652422a848.
* chore: remove custom ids and move down header
This commit is contained in:
@@ -51,7 +51,7 @@ Contributing to tests:
|
||||
|
||||
**Error: [vitest] Cannot mock "../../src/db/repositories/index.js" because it is already loaded by "src/db/beacon.ts"**
|
||||
|
||||
If you observe any error in tests with matching to above error message, that implies you are loading the mocks in the wrong order. The correct order is to import the mocks first and then the actual module. We suggest to import the mocks on very top before any local modules.
|
||||
If you observe any error in tests with matching to above error message, that implies you are loading the mocks in the wrong order. The correct order is to import the mocks first and then the actual module. We suggest to import the mocks on very top before any local modules.
|
||||
|
||||
**✖ Error: Cannot find package 'async_hooks' imported from**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user