Skip to main content
Module

std/testing/_diff.ts>diff

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function diff
import { diff } from "https://deno.land/std@0.126.0/testing/_diff.ts";

Renders the differences between the actual and expected values

Parameters

A: T[]

Actual value

B: T[]

Expected value