Skip to main content
Module

x/gfm/test/test_deps.ts

Server-side GitHub Flavored Markdown rendering for Deno
Latest
import * as gfm from "https://deno.land/x/gfm@0.6.0/test/test_deps.ts";

Classes

A Browser is created when Puppeteer connects to a Chromium instance, either through PuppeteerNode.launch or Puppeteer.connect.

Page provides methods to interact with a single tab or extension background page in Chromium.

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 includes expected. If not then throw.