Home > harper.js > LocalLinter > loadWeirpackFromBlob
Load a Weirpack from a Blob.
Returns undefined if tests pass and rules are imported, otherwise returns the Weirpack test failures.
Signature:
loadWeirpackFromBlob(blob: Blob): Promise<WeirpackTestFailures | undefined>;
|
Parameter |
Type |
Description |
|---|---|---|
|
blob |
Blob |
Returns:
Promise<WeirpackTestFailures | undefined>