@nuxt/docs-nightly 4.0.4-29240016.618a3cd4 → 4.0.4-29241059.eb79a2f0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -604,7 +604,11 @@ Please use the options below for the `setup` method.
604
604
 
605
605
  - `setupTimeout`: The amount of time (in milliseconds) to allow for `setupTest` to complete its work (which could include building or generating files for a Nuxt application, depending on the options that are passed).
606
606
  - Type: `number`
607
- - Default: `60000`
607
+ - Default: `120000` or `240000` on windows
608
+
609
+ - `teardownTimeout`: The amount of time (in milliseconds) to allow tearing down the test environment, such as closing the browser.
610
+ - Type: `number`
611
+ - Default: `30000`
608
612
 
609
613
  #### Features
610
614
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/docs-nightly",
3
- "version": "4.0.4-29240016.618a3cd4",
3
+ "version": "4.0.4-29241059.eb79a2f0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",