Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postcss_value_parser/test/deps.js>assertStrictEquals

Transforms CSS values and at-rule params into a tree
function assertStrictEquals
import { assertStrictEquals } from "https://deno.land/x/postcss_value_parser@4.2.0/test/deps.js";

Make an assertion that actual and expected are strictly equal. If not then throw.

import { assertStrictEquals } from "./asserts.ts";

assertStrictEquals(1, 2)

Parameters

actual: unknown
expected: unknown
optional
msg: string

Parameters

actual: T
expected: T
optional
msg: string