Skip to content

API Reference / @gtkx/testing / prettyFormat / OldPlugin

Interface: OldPlugin ​

Defined in: node_modules/.pnpm/@vitest+pretty-format@4.1.11/node_modules/@vitest/pretty-format/dist/index.d.ts:153

Properties ​

print ​

print: (val, print, indent, options, colors) => string

Defined in: node_modules/.pnpm/@vitest+pretty-format@4.1.11/node_modules/@vitest/pretty-format/dist/index.d.ts:154

Parameters ​

val ​

unknown

Print

indent ​

Indent

options ​

PluginOptions

colors ​

Colors

Returns ​

string


test ​

test: Test

Defined in: node_modules/.pnpm/@vitest+pretty-format@4.1.11/node_modules/@vitest/pretty-format/dist/index.d.ts:155

Released under the MPL-2.0 License.