Skip to content

Commit

Permalink
Remove warning of vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanito98 committed Sep 11, 2024
1 parent f3fda23 commit 61c8463
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ VERIFICATION_TOKEN_EXPIRATION=1d
CALENDLY_CLIENT_ID=calendlyclientid
CALENDLY_CLIENT_SECRET=calendlysecret
GCLOUD_CLIENT_ID=gcloudclientid
GCLOUT_CLIENT_SECRET=gcloudsecret
GCLOUD_CLIENT_SECRET=gcloudsecret
GDRIVE_OFMI_ROOT_FOLDER="1-67e1rZLKZGZbm6PghpK47cMr-Zd1wN0"
OFMI_USER_TOKEN=impersonationsecret
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"**/*.ts",
"**/*.tsx",
"next.config.mjs",
"postcss.config.js"
"postcss.config.js",
"vitest.config.mts"
],
"exclude": ["node_modules"]
}
13 changes: 0 additions & 13 deletions vitest.config.ts

This file was deleted.

0 comments on commit 61c8463

Please sign in to comment.