Skip to main content
Module

x/djwt/tests/test_deps.ts

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
import * as djwt from "https://deno.land/x/djwt@v2.8/tests/test_deps.ts";

Functions

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

Executes a function which returns a promise, expecting it to reject.

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

Decodes src into src.length / 2 bytes. If the input is malformed, an error will be thrown.