-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore(): remplace Jest par Vitest #76
Conversation
knexfile.ts
Outdated
@@ -0,0 +1,20 @@ | |||
// Update with your config settings. |
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.
Ce n'est pas possible de mutualiser avec le fichier knex.ts de server (que ce fichier soit là ou ailleurs) ?
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.
Je viens de nettoyer tout ça, je pense qu'on peut encore mieux faire avec la seed de dummy.
Par exemple arrêter de faire du knex pour la seed, et faire un script tout simple en TS.
7c36524
to
e222a5e
Compare
No description provided.