Skip to content

Commit 6eb0509

Browse files
committed
test5
1 parent 9cec989 commit 6eb0509

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.env.test

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
DB_USERNAME=postgres
2+
DB_PASSWORD=12345678
3+
DB_NAME=database_services_test
4+
DB_HOST=localhost
5+
NODE_ENV=test

jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
require('dotenv').config({ path: '.env.test' });
2+
13
/** @type {import('ts-jest').JestConfigWithTsJest} **/
24
module.exports = {
35
testEnvironment: "node",

0 commit comments

Comments
 (0)