Skip to content

Commit

Permalink
Try vitest 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtarcommunications committed Nov 2, 2024
1 parent 8c2a167 commit 86ff74a
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 284 deletions.
4 changes: 2 additions & 2 deletions config/config.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ switch (env) {
config.DB_USER = 'tabroom';
config.DB_PASS = '';
config.MESSAGE_RATE_MAX = '1000000000';
config.LOG_PATH = '/var/log/indexcards',
config.LOG_PATH = '/var/log/indexcards';
break;

case 'development':
Expand All @@ -102,7 +102,7 @@ switch (env) {
config.DB_PASS = 'lolz',
config.MESSAGE_RATE_MAX = '1000000000';
config.sequelizeOptions.logging = false;
config.LOG_PATH = '/var/log/indexcards',
config.LOG_PATH = '/var/log/indexcards';
break;

case 'test':
Expand Down
Loading

0 comments on commit 86ff74a

Please sign in to comment.