-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use auth data from Cognito JWT #143
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
@@ -10,5 +10,5 @@ await $`npx prisma generate --schema tests/prisma/schema.prisma` | |||
|
|||
// unit tests | |||
console.log(chalk.blue('\nTest :: Client\n')) | |||
await $`vitest run tests/**/*.spec.ts` | |||
await $`vitest run tests` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed this one because tests/**/*.spec.ts
does not run tests in subfolders. Vitest already run files match .spec.ts
pattern
Thanks @max-konin, your PR will be part of the next release. @all-contributors please add @max-konin for code! |
I've put up a pull request to add @max-konin! 🎉 |
Fixes #139