Test local blocks against their corresponding tests in their source registry.
jsrepo test
jsrepo test
--repoThe repository to download the blocks from.
jsrepo test --repo @ieedan/std
-A, --allowAllow jsrepo to download code from the provided repo. This skips the initial confirmation prompt when attempting to download a block from a registry not listed in the jsrepo.json file.
jsrepo test @ieedan/std/utils/math --allow
--debugLeaves the temp test file around for debugging upon failure.
jsrepo test --debug
--no-cachePrevents caching the git provider state. Useful if the cache is incorrect due to changing the default branch for a repository or changing a tag into a head or vise versa.
jsrepo test --no-cache
--verboseMore verbose logging. (May be used to troubleshoot issues)
jsrepo test --verbose
--cwdRun the current command on the provided directory absolute or relative.
jsrepo test --cwd ./sites/docs
-h, --helpHelp with the command.
jsrepo test --help