UNPKG
@nuxt/test-utils
Version:
alpha (3.9.0-alpha.3)
latest (4.3.2)
4.3.2
4.3.1
4.3.0
4.2.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
3.23.0
3.22.0
3.21.0
3.20.1
3.19.2
3.19.1
3.19.0
3.18.0
3.17.2
3.17.1
3.17.0
3.16.0
3.15.4
3.15.3
3.15.2
3.15.1
3.15.0
3.14.4
3.14.3
3.14.2
3.14.1
3.14.0
3.13.1
3.13.0
3.12.1
3.12.0
3.11.0
3.10.0
3.9.0
3.9.0-alpha.3
3.9.0-alpha.2
3.9.0-alpha.1
3.8.1
3.8.0
3.7.4
3.7.3
3.7.2
3.7.1
3.7.0
3.6.5
3.6.4
3.6.3
3.6.2
3.6.1
3.6.0
3.5.3
3.5.2
3.5.1
3.5.0
3.4.3
3.4.2
3.4.1
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.3
3.2.2
3.2.1
3.2.0
3.1.2
3.1.1
3.1.0
3.0.0
3.0.0-rc.14
3.0.0-rc.13
3.0.0-rc.12
3.0.0-rc.11
3.0.0-rc.10
3.0.0-rc.9
3.0.0-rc.8
3.0.0-rc.7
3.0.0-rc.6
3.0.0-rc.5
3.0.0-rc.4
3.0.0-rc.3
3.0.0-rc.2
3.0.0-rc.1
3.0.0-rc.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.0.1
0.0.0
Test utilities for Nuxt
github.com/nuxt/test-utils
nuxt/test-utils
@nuxt/test-utils
/
dist
/
browser
/
index.d.mts
9 lines
•
228 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ cleanup, config, render }
from
"./pure.mjs"
;
//#region src/browser/index.d.ts
declare
module
'vitest/browser'
{
interface
BrowserPage
{
render
:
typeof
render; } }
//#endregion
export
{ cleanup, config, render };