Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno/tests/deps.ts>assertObjectMatch

Discord API library for Deno
Extremely Popular
Go to Latest
function assertObjectMatch
import { assertObjectMatch } from "https://deno.land/x/discordeno@17.0.0/tests/deps.ts";

Make an assertion that actual object is a subset of expected object, deeply. If not, then throw.

Parameters

actual: Record<PropertyKey, any>
expected: Record<PropertyKey, unknown>