Skip to content

Commit

Permalink
chore: udpate vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
rawnly committed Mar 31, 2024
1 parent 43d571d commit 9ce8a43
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 81 deletions.
6 changes: 3 additions & 3 deletions packages/next-wayfinder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"homepage": "https://github.com/Rawnly/next-wayfinder",
"author": "Federico Vitale <[email protected]>",
"scripts": {
"coverage": "vitest run -c ./config/vitest.config.ts --coverage",
"test": "vitest -c ./config/vitest.config.ts",
"coverage": "vitest run -c ./config/vitest.config.mts --coverage",
"test": "vitest -c ./config/vitest.config.mts",
"build": "tsup src --config ./config/tsup.config.ts",
"lint-fix": "eslint src/**/*.ts --fix",
"lint": "eslint src/**/*.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
175 changes: 97 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ce8a43

Please sign in to comment.