Skip to main content
Module

x/case/test/deps.ts

Convert strings between camelCase, PascalCase, Title Case, snake_case and more
Go to Latest
import * as case from "https://deno.land/x/case@v2.0.0/test/deps.ts";

Functions

Make an assertion, error will be thrown if expr does not have truthy value.

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

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

Executes a function, expecting it to throw. If it does not, then it throws.