Skip to main content
Module

x/plug/test_deps.ts

🔌 Deno plugin management library
Go to Latest
import * as mod from "https://deno.land/x/plug@0.5.2/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.

f
exists
deprecated

Test whether or not the given path exists by checking with the file system

Returns an HTTP Response with the requested file as the body.