Skip to main content
Module

x/aleph_plugin_mdx/dev_deps.ts>test

The MDX 2 Plugin for Aleph.js
Go to Latest
function test
import { test } from "https://deno.land/x/aleph_plugin_mdx@v1.0.0-beta.5/dev_deps.ts";

Type Parameters

T extends Record<PropertyKey, () => SetupReturn>

Parameters

t: string | Test<T>
optional
_fn: (t: PickLocalThis<T> & Deno.TestContext) => unknown | Promise<unknown>
optional
_options: Omit<Test<T>, "fn" | "name">