Skip to content

Commit

Permalink
test: use node vitest environment (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa authored Jan 5, 2024
1 parent 30fc62e commit 34179ef
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"node-mailjet": "^6.0.4",
"npm-check-updates": "^16.14.6",
"prettier": "^2.8.8",
"qrcode-terminal": "^0.12.0",
"recast": "^0.23.4",
"showdown": "^2.1.0",
"tsx": "^4.7.0",
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default defineConfig({
dir: "./app",
include: ["**/*.test.{ts,tsx}"],
exclude: ["**/e2e/**"],
environment: "happy-dom",
globalSetup: ["./app/misc/test-setup-global.ts"],
setupFiles: ["./app/misc/test-setup.ts"],
coverage: {
Expand Down

0 comments on commit 34179ef

Please sign in to comment.