mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
require('dotenv').config();
|
|
|
|
module.exports = {
|
|
preset: '@shelf/jest-mongodb',
|
|
};
|
|
|
|
console.log('jest.setup.js: MongoDB URI:', process.env.MONGO_URI);
|