Skip to main content
Go to Latest
function assertArrayContains
import { assertArrayContains } from "https://deno.land/std@v0.36.0/testing/asserts.ts";

Make an assertion that actual contains the expected values If not then thrown.

Parameters

actual: unknown[]
expected: unknown[]
optional
msg: string