Skip to content

Commit

Permalink
docs: remove links to nuxt-vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 5, 2023
1 parent dead5e3 commit 254605d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Overview

Nuxt offers first-class support for e2e and unit testing of your Nuxt applications. `@nuxt/test-utils` currently contains e2e test utilities allowing you to test your app in production/development environments, and [`nuxt-vitest`](https://github.com/danielroe/nuxt-vitest) is planned to be merged to provide unit testing capabilities.
Nuxt offers first-class support for e2e and unit testing of your Nuxt applications.

Nuxt Test Utils is currently powering [the tests we use on Nuxt itself](https://github.com/nuxt/nuxt/tree/main/test), as well as tests used throughout the module ecosystem.

Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ async function startNuxtAndGetViteConfig(
!nuxt.options._installedModules.find(i => i?.meta?.name === '@nuxt/test-utils')
) {
throw new Error(
'Failed to load nuxt-vitest module. You may need to add it to your nuxt.config.'
'Failed to load `@nuxt/test-utils/module`. You may need to add it to your nuxt.config.'
)
}

Expand Down

0 comments on commit 254605d

Please sign in to comment.