
Product
Secure Your AI-Generated Code with Socket MCP
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
@zoroaster/assert
Advanced tools
The Assertion Library For Zoroaster Context Testing Framework Including Deep Equal & Assert Throws.
@zoroaster/assert
is An Assertion Library For Zoroaster Context Testing Framework Including Deep Equal & Assert Throws.
yarn add -D @zoroaster/assert
deepEqual(actual: ?, expected: ?, message=: string): void
async assertThrows(config: _assertThrows.Config): void
The package is available by importing its named functions:
import deepEqual,
throws,
assert,
equal,
ok,
} from '@zoroaster/assert'
deepEqual(
actual: ?,
expected: ?,
message=: string,
): void
Calls assert.deepStrictEqual
and then creates a visual representation of the difference between objects if it throws.
?undefined
: The actual value.?undefined
: The expected value.string
(optional): The message with which to fail if the assertion didn't succeed.async assertThrows(
config: _assertThrows.Config,
): void
Assert that a function throws and check the thrown error properties.
await throws({
fn: method,
args: ['test', true],
message: /An error occurred:/, // regex
code: 'ENOTEST', // string
stack(stack) { // function
equal(stack.length, 2)
}
})
_assertThrows.Config
: Parameters to the assert-throws
method.!(string | RegExp | !Function)
_assertThrows.Assertion
: An assertion to perform.
_assertThrows.Config
: Parameters to the assert-throws
method.
Name | Type | Description |
---|---|---|
fn* | !Function | The function to test, either sync or async. |
args | (* | !Array<*>) | The arguments or single argument to pass to the function. |
context | * | The context in which to execute the function. Global context will be set by default. |
message | _assertThrows.Assertion | A string, regex, or function to test the message. |
code | _assertThrows.Assertion | A string, regex, or function to test the code. |
stack | _assertThrows.Assertion | A string, regex, or function to test the stack. |
prop | _assertThrows.Assertion | A string, regex, or function to test any other property of the error. |
error | Error | An error to perform strict comparison against. |
GNU Affero General Public License v3.0
![]() | © Art Deco™ for ContextTesting 2020 |
|
---|
FAQs
The Assertion Library For Zoroaster Context Testing Framework Including Deep Equal & Assert Throws.
The npm package @zoroaster/assert receives a total of 630 weekly downloads. As such, @zoroaster/assert popularity was classified as not popular.
We found that @zoroaster/assert demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket MCP brings real-time security checks to AI-generated code, helping developers catch risky dependencies before they enter the codebase.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.