Skip to content

Complete guide to

Mastering Pinia

written by its creator

Interface: TestingPinia

Pinia instance specifically designed for testing. Extends a regular Pinia instance with test specific properties.

Hierarchy

Properties

app

app: App<any>

App used by Pinia


install

install: (app: App<any>) => void

Type declaration

▸ (app): void

Parameters
NameType
appApp<any>
Returns

void

Inherited from

Pinia.install


state

state: Ref<Record<string, StateTree>>

root state

Inherited from

Pinia.state

Methods

use

use(plugin): Pinia

Adds a store plugin to extend every store

Parameters

NameTypeDescription
pluginPiniaPluginstore plugin to add

Returns

Pinia

Inherited from

Pinia.use

Translated by pinia.vuejs.kr