UNPKG

@japa/runner

Version:

A simple yet powerful testing framework for Node.js

10 lines (9 loc) 270 B
import type { PluginFn } from '../types.js'; /** * Disallows pinned tests by throwing an error before the runner * starts executing the tests. */ export declare function disallowPinnedTests(options?: { disallow?: boolean; errorMessage?: string; }): PluginFn;