summary refs log tree commit diff homepage
path: root/tests/setup.js
blob: dada92dc8aadb0bcdb435b46f4f77b569a0bc3a8 (plain) (blame)
1
2
3
const path = require('path')

require('dotenv').config({ path: path.resolve('./.env.test') })