Skip to content

Commit

Permalink
chore: extract to nuxt/test-utils repository
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 6, 2023
1 parent db824af commit c42b334
Show file tree
Hide file tree
Showing 4 changed files with 3,094 additions and 3 deletions.
72 changes: 72 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# Dependencies
node_modules
jspm_packages

package-lock.json
*/**/yarn.lock
/.yarn

# Logs
*.log

# Temp directories
.temp
.tmp
.cache

# Lychee cache
.lycheecache

# Generated dirs
dist
.nuxt
.nuxt-*
.vercel
.netlify
.output
.output-*
.gen

# Junit reports
reports

# Coverage reports
coverage
*.lcov
.nyc_output

# VSCode
.vscode

# Intellij idea
*.iml
.idea

# OSX
.DS_Store
.AppleDouble
.LSOverride

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

.vercel_build_output
.build-*
.env
.netlify

fixtures-temp
.pnpm-store
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/test-utils",
"version": "3.8.1",
"repository": "nuxt/nuxt",
"repository": "nuxt/test-utils",
"description": "Test utilities for Nuxt",
"license": "MIT",
"type": "module",
Expand All @@ -23,8 +23,8 @@
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/kit": "^3.8.1",
"@nuxt/schema": "^3.8.1",
"consola": "^3.2.3",
"defu": "^6.1.3",
"execa": "^8.0.1",
Expand Down
Loading

0 comments on commit c42b334

Please sign in to comment.