Skip to content

Commit

Permalink
vitest --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinatzo committed Nov 29, 2024
1 parent 4143ed1 commit 4342571
Show file tree
Hide file tree
Showing 3 changed files with 387 additions and 222 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"vite-plugin-node-polyfills": "^0.22.0",
"xmldom": "^0.6.0",
"xsd-tools": "^0.2.0",
"vitest": "^2.1.6"
"vitest": "^2.1.6",
"@vitest/coverage-v8": "^2.1.6"
},
"scripts": {
"precommit": "lint-staged",
"publish-npm": "run-s verify && lerna publish",
"verify": "run-s lint build test",
"updated": "lerna updated",
"test2": "jest",
"test": "vitest run",
"test-coverage": "vitest --coverage",
"test-coverage": "vitest run --coverage",
"test:abstract-image": "vitest run --dir packages/abstract-image",
"test:abstract-document": "vitest run --dir packages/abstract-document",
"lint": "eslint ./packages/*/src/**/*.ts{,x} --ext .js,.ts,.tsx -f visualstudio",
Expand Down
6 changes: 3 additions & 3 deletions packages/abstract-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
".": "./lib/index.js"
},
"dependencies": {
"@react-three/drei": "^9.117.3",
"@react-three/drei": "9.93.0",
"@react-three/fiber": "^8.17.10",
"react": "^18.3.1",
"suspend-react": "^0.1.3",
"three": "^0.170.0",
"three": "0.165.0",
"ts-exhaustive-check": "^1.0.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-reconciler": "^0.28.8",
"@types/three": "^0.170.0"
"@types/three": "0.165.0"
}
}
Loading

0 comments on commit 4342571

Please # to comment.