Skip to content

API Reference / @gtkx/testing / prettyFormat / NewPlugin

Interface: NewPlugin ​

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

Properties ​

serialize ​

serialize: (val, config, indentation, depth, refs, printer) => string

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

Parameters ​

val ​

any

config ​

Config

indentation ​

string

depth ​

number

refs ​

Refs

printer ​

Printer

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:146

Released under the MPL-2.0 License.