Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/actionify/tests/deps.ts>assertObjectMatch

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
function assertObjectMatch
import { assertObjectMatch } from "https://deno.land/x/actionify@0.3.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>