Skip to main content
Module

x/puppeteer_plus/deps_dev.ts

Deno port of puppeteer base on latest TypeScript source.
Latest
import * as puppeteerPlus from "https://deno.land/x/puppeteer_plus@0.24.0/deps_dev.ts";

Functions

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

Make an assertion that actual includes the expected values. If not then an error will be thrown.

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

Make an assertion that actual match RegExp expected. If not then throw.

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