Skip to content

Commit

Permalink
chore: add log on persistence test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 6, 2023
1 parent 84141b2 commit 8976a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/persistence.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ const { join } = require('path')

const PERSISTENCE = process.env.DB || 'mongodb'

console.log(`Testing ${PERSISTENCE} persistence`)

test(`test ${PERSISTENCE} persistence from config`, async function (t) {
const persistenceConfig = join(__dirname, `config/${PERSISTENCE}Config.js`)

Expand Down

0 comments on commit 8976a60

Please sign in to comment.