UNPKG

crypto-janitor

Version:

The Crypto Janitor provides a simple interface for fetching and cleaning crypto account data.

8 lines (6 loc) 205 B
// dotenv-test.js file content. const path = require('path'); const dotenv = require('dotenv'); module.exports = async () => { dotenv.config({ path: path.resolve(__dirname, '../env/.env.test') }); };