fix: add dotenv vault
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import { type RootHookObject, type Context } from 'mocha';
|
||||
import { expect } from 'chai';
|
||||
import * as dotenv from 'dotenv';
|
||||
import path from 'path';
|
||||
const envPath = path.resolve(__dirname, '.env');
|
||||
dotenv.config({ path: envPath });
|
||||
dotenv.config();
|
||||
|
||||
let baseURL: string | undefined;
|
||||
let apiKey: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user