@nuxt/test-utils
Advanced tools
Comparing version 3.0.0-rc.9 to 3.0.0-rc.10
@@ -38,2 +38,3 @@ import * as playwright_core from 'playwright-core'; | ||
serverProcess?: ExecaChildProcess; | ||
mockFn?: Function; | ||
} | ||
@@ -54,2 +55,5 @@ interface TestHooks { | ||
declare function mockFn(): Function | undefined; | ||
declare function mockLogger(): Record<string, Function>; | ||
declare function loadFixture(): Promise<void>; | ||
@@ -64,3 +68,3 @@ declare function buildFixture(): Promise<void>; | ||
declare function setupJest(hooks: TestHooks): void; | ||
declare function setupJest(hooks: TestHooks): Promise<void>; | ||
@@ -84,2 +88,2 @@ declare function setupVitest(hooks: TestHooks): Promise<void>; | ||
export { $fetch, RunTestOptions, buildFixture, createBrowser, createPage, createTest, createTestContext, fetch, getBrowser, isDev, loadFixture, runTests, setTestContext, setup, setupMaps, startServer, stopServer, url, useTestContext }; | ||
export { $fetch, RunTestOptions, buildFixture, createBrowser, createPage, createTest, createTestContext, fetch, getBrowser, isDev, loadFixture, mockFn, mockLogger, runTests, setTestContext, setup, setupMaps, startServer, stopServer, url, useTestContext }; |
{ | ||
"name": "@nuxt/test-utils", | ||
"version": "3.0.0-rc.9", | ||
"version": "3.0.0-rc.10", | ||
"repository": "nuxt/framework", | ||
@@ -16,12 +16,13 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/kit": "3.0.0-rc.9", | ||
"@nuxt/schema": "3.0.0-rc.9", | ||
"@nuxt/kit": "3.0.0-rc.10", | ||
"@nuxt/schema": "3.0.0-rc.10", | ||
"consola": "^2.15.3", | ||
"defu": "^6.1.0", | ||
"execa": "^6.1.0", | ||
"get-port-please": "^2.6.1", | ||
"jiti": "^1.14.0", | ||
"jiti": "^1.15.0", | ||
"ohmyfetch": "^0.4.18" | ||
}, | ||
"devDependencies": { | ||
"playwright": "^1.25.1", | ||
"playwright": "^1.25.2", | ||
"unbuild": "latest", | ||
@@ -31,3 +32,3 @@ "vitest": "~0.19.1" | ||
"peerDependencies": { | ||
"vue": "^3.2.38" | ||
"vue": "^3.2.39" | ||
}, | ||
@@ -34,0 +35,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11582
369
9
+ Addedconsola@^2.15.3
+ Added@nuxt/kit@3.0.0-rc.10(transitive)
+ Added@nuxt/schema@3.0.0-rc.10(transitive)
+ Addeduntyped@0.5.0(transitive)
- Removed@nuxt/kit@3.0.0-rc.9(transitive)
- Removed@nuxt/schema@3.0.0-rc.9(transitive)
- Removeduntyped@0.4.7(transitive)
Updated@nuxt/kit@3.0.0-rc.10
Updated@nuxt/schema@3.0.0-rc.10
Updatedjiti@^1.15.0